Skip to content

Commit cec7152

Browse files
committed
Release to Maven central portal instead of s01
1 parent a5b9c5d commit cec7152

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,18 @@
304304

305305
</profiles>
306306

307+
<repositories>
308+
<repository>
309+
<name>Central Portal Snapshots</name>
310+
<id>central-portal-snapshots</id>
311+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
312+
<releases>
313+
<enabled>false</enabled>
314+
</releases>
315+
<snapshots>
316+
<enabled>true</enabled>
317+
</snapshots>
318+
</repository>
319+
</repositories>
320+
307321
</project>

0 commit comments

Comments
 (0)