Skip to content

Commit acf1a5b

Browse files
committed
add link to snapshot repo to find pom snapshot
Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
1 parent c9e5750 commit acf1a5b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@
3838
<caffeine.version>3.1.2</caffeine.version>
3939
</properties>
4040

41+
<repositories>
42+
<repository>
43+
<id>ossrh</id>
44+
<name>Sonatype Nexus Snapshots</name>
45+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
46+
<releases>
47+
<enabled>false</enabled>
48+
</releases>
49+
<snapshots>
50+
<enabled>true</enabled>
51+
</snapshots>
52+
</repository>
53+
</repositories>
54+
55+
4156
<modules>
4257
<module>api</module>
4358
<module>common</module>

0 commit comments

Comments
 (0)