Skip to content

Commit

Permalink
Start next iteration with 2.0.1-SNAPSHOT,
Browse files Browse the repository at this point in the history
enable snapshot dependencies (for keymanagement)
  • Loading branch information
max402 committed Feb 6, 2024
1 parent fb796b8 commit c0eccad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,16 @@
</profile>
</profiles>

<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>sonatype</id>
Expand Down

0 comments on commit c0eccad

Please sign in to comment.