Skip to content

Commit

Permalink
add sonatype plugin repo for snapshot version of gluonfx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Dec 22, 2024
1 parent 867ed1a commit 1864f2e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@
<id>gluon-releases</id>
<url>https://nexus.gluonhq.com/nexus/content/repositories/releases/</url>
</repository>
<repository>
<id>snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>Snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 1864f2e

Please sign in to comment.