Skip to content

Commit 3cdfc7b

Browse files
authored
Update pom.xml (#47)
1 parent 7097aa2 commit 3cdfc7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<maven.compiler.release>11</maven.compiler.release>
1515
<javafx.version>21</javafx.version>
1616
<charm.version>6.2.3</charm.version>
17-
<attach.version>4.0.21</attach.version>
17+
<attach.version>4.0.23-SNAPSHOT</attach.version>
1818
<connect.version>2.0.1</connect.version>
1919
<javafx.maven.plugin.version>0.0.8</javafx.maven.plugin.version>
20-
<gluonfx.maven.plugin.version>1.0.26</gluonfx.maven.plugin.version>
20+
<gluonfx.maven.plugin.version>1.0.27-SNAPSHOT</gluonfx.maven.plugin.version>
2121
<main.class>com.gluonhq.hello.HelloGluonApp</main.class>
2222
<app.identifier>${main.class}</app.identifier>
2323
<app.description>The HelloGluon app</app.description>
@@ -78,14 +78,14 @@
7878
</repository>
7979
<repository>
8080
<id>snapshot</id>
81-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
81+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
8282
</repository>
8383
</repositories>
8484

8585
<pluginRepositories>
8686
<pluginRepository>
8787
<id>snapshot</id>
88-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
88+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
8989
</pluginRepository>
9090
</pluginRepositories>
9191

0 commit comments

Comments
 (0)