Skip to content

Commit

Permalink
chore: change snapshot target
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Oct 5, 2021
1 parent 7c3247f commit f0f8fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@

<distributionManagement>
<snapshotRepository>
<id>ossrh-snapshot</id>
<name>Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<id>ow2.org-snapshot</id>
<name>Maven Repository for Spoon Snapshots</name>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit f0f8fc9

Please sign in to comment.