Skip to content

Commit

Permalink
apache snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Oct 20, 2023
1 parent 10e5231 commit 340990f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@
<name>BSC Apache Maven Repository</name>
<url>https://inb.bsc.es/maven</url>
</repository>

<repository>
<id>jakarta.oss.sonatype.org-snapshot</id>
<url>https://jakarta.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

</repositories>

<distributionManagement>
Expand Down

0 comments on commit 340990f

Please sign in to comment.