Skip to content

Commit

Permalink
Upgrade Quarkus version to LTS (#83)
Browse files Browse the repository at this point in the history
* upgrade
  • Loading branch information
CodeSimcoe authored Oct 12, 2024
1 parent 85e6e00 commit bfa50ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release:
current-version: "0.6.0"
current-version: "0.7.0"
next-version: "999-SNAPSHOT"
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<module>runtime</module>
</modules>
<properties>
<quarkus.version>3.8.6</quarkus.version>
<quarkus.version>3.15.1</quarkus.version>
<javafx.version>22.0.2</javafx.version>
<maven.compiler.release>17</maven.compiler.release>
</properties>
Expand All @@ -41,7 +41,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
Expand Down

0 comments on commit bfa50ad

Please sign in to comment.