Skip to content

Commit

Permalink
add sonatype snapshot repo ....
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Nov 19, 2023
1 parent 9b7c34f commit 2ad7412
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@

<repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<id>google-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
<releases>
<enabled>false</enabled>
Expand All @@ -200,6 +199,16 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 2ad7412

Please sign in to comment.