Skip to content

Commit beda13f

Browse files
committed
Add repository for snapshot releases
1 parent c70e9e6 commit beda13f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636
<email>[email protected]</email>
3737
</developer>
3838
</developers>
39+
<repositories>
40+
<repository>
41+
<name>Central Portal Snapshots</name>
42+
<id>central-portal-snapshots</id>
43+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
44+
<releases>
45+
<enabled>false</enabled>
46+
</releases>
47+
<snapshots>
48+
<enabled>true</enabled>
49+
</snapshots>
50+
</repository>
51+
</repositories>
3952
<dependencies>
4053
<dependency>
4154
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)