Skip to content

Commit 1261b9e

Browse files
committedNov 24, 2022
use v2.3.0 in example
1 parent abe4108 commit 1261b9e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -327,19 +327,19 @@
327327
</build>
328328

329329
<distributionManagement>
330-
<snapshotRepository>
331-
<id>ossrh</id>
332-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
333-
</snapshotRepository>
334-
<repository>
335-
<id>ossrh</id>
336-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
337-
</repository>
330+
<!-- <snapshotRepository>-->
331+
<!-- <id>ossrh</id>-->
332+
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>-->
333+
<!-- </snapshotRepository>-->
338334
<!-- <repository>-->
339-
<!-- <id>github</id>-->
340-
<!-- <name>Carmine M DiMascio</name>-->
341-
<!-- <url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>-->
335+
<!-- <id>ossrh</id>-->
336+
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
342337
<!-- </repository>-->
338+
<repository>
339+
<id>github</id>
340+
<name>Carmine M DiMascio</name>
341+
<url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>
342+
</repository>
343343
</distributionManagement>
344344
<profiles>
345345
<profile>

0 commit comments

Comments
 (0)
Please sign in to comment.