Skip to content

Commit

Permalink
Add snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Feb 15, 2024
1 parent 11e7e6d commit 9ac81fc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,15 @@
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>


<build>
<plugins>
Expand Down

0 comments on commit 9ac81fc

Please sign in to comment.