Skip to content

Commit 2f57af8

Browse files
committed
update poms
1 parent 4a04796 commit 2f57af8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/maven-simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.github.cdimascio</groupId>
1919
<artifactId>dotenv-java</artifactId>
20-
<version>2.2.0</version>
20+
<version>2.2.4</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@
271271
<id>ossrh</id>
272272
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
273273
</snapshotRepository>
274-
<!-- <repository>-->
275-
<!-- <id>ossrh</id>-->
276-
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
277-
<!-- </repository>-->
278274
<repository>
279-
<id>github</id>
280-
<name>Carmine M DiMascio</name>
281-
<url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>
275+
<id>ossrh</id>
276+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
282277
</repository>
278+
<!-- <repository>-->
279+
<!-- <id>github</id>-->
280+
<!-- <name>Carmine M DiMascio</name>-->
281+
<!-- <url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>-->
282+
<!-- </repository>-->
283283
</distributionManagement>
284284
<profiles>
285285
<profile>

0 commit comments

Comments
 (0)