Skip to content

Commit

Permalink
update poms
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed May 29, 2022
1 parent 4a04796 commit 2f57af8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/maven-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>2.2.0</version>
<version>2.2.4</version>
</dependency>
</dependencies>
</project>
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,15 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<!-- <repository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
<!-- </repository>-->
<repository>
<id>github</id>
<name>Carmine M DiMascio</name>
<url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <name>Carmine M DiMascio</name>-->
<!-- <url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>-->
<!-- </repository>-->
</distributionManagement>
<profiles>
<profile>
Expand Down

0 comments on commit 2f57af8

Please sign in to comment.