Skip to content

Commit

Permalink
Use release version of SB kit (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Oct 30, 2024
1 parent e67c754 commit bf24a24
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.gluonhq.scenebuilder</groupId>
<artifactId>kit</artifactId>
<version>24.0.0-SNAPSHOT</version>
<version>24.0.0-RC1</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven.resolver</groupId>
Expand All @@ -55,13 +55,6 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit bf24a24

Please sign in to comment.