We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde7ad9 commit c9c42feCopy full SHA for c9c42fe
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<parent>
3
<groupId>org.infinispan</groupId>
4
<artifactId>infinispan-build-configuration-parent</artifactId>
5
- <version>16.0.0-SNAPSHOT</version>
+ <version>16.0.0.Dev01</version>
6
</parent>
7
<modelVersion>4.0.0</modelVersion>
8
<groupId>org.infinispan.tutorial.simple</groupId>
@@ -24,7 +24,7 @@
24
<snapshots>
25
<enabled>true</enabled>
26
</snapshots>
27
- <url>${maven.snapshots.repo.url}</url>
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
28
</repository>
29
</repositories>
30
<dependencyManagement>
0 commit comments