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 5e8e0fb commit 1e90afc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions attestation-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@
</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 1e90afc

Please sign in to comment.