Skip to content

Commit

Permalink
chore: fix snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Sep 14, 2023
1 parent 9e1c027 commit f8bfd20
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 @@ -198,9 +198,9 @@
<id>spoonSnapshot</id>
<repositories>
<repository>
<id>ow2.org-snapshot</id>
<id>snapshot</id>
<name>Maven Repository for Spoon Snapshots</name>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
Expand Down Expand Up @@ -248,4 +248,4 @@
<module>sorald-api</module>
<module>sorald</module>
</modules>
</project>
</project>

0 comments on commit f8bfd20

Please sign in to comment.