Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Windup committed Oct 18, 2022
1 parent 46d1256 commit eba9004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<version.findbugs.plugin>3.0.5</version.findbugs.plugin>
<version.forge>3.10.0.Final</version.forge>
<version.furnace>2.29.1.Final</version.furnace>
<version.windup>6.0.1-SNAPSHOT</version.windup>
<version.windup.cli>6.0.1-SNAPSHOT</version.windup.cli>
<version.windup>6.1.0.Alpha1</version.windup>
<version.windup.cli>6.1.0.Alpha1</version.windup.cli>
<version.keycloak>18.0.2</version.keycloak>
<version.wildfly>23.0.2.Final</version.wildfly>
<version.resteasy>3.15.1.Final</version.resteasy>
Expand Down
4 changes: 2 additions & 2 deletions tsmodelsgen-invocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>

<version.windup.core>6.0.1-SNAPSHOT</version.windup.core>
<version.windup.ruleset>6.0.1-SNAPSHOT</version.windup.ruleset>
<version.windup.core>6.1.0.Alpha1</version.windup.core>
<version.windup.ruleset>6.1.0.Alpha1</version.windup.ruleset>
<!-- For now, we need to pass this to the Mojo explicitly (through META-INF/versions.properties),
but it should be possible to figure that out from the Windup POM. -->
<version.forge>3.10.0.Final</version.forge>
Expand Down
4 changes: 2 additions & 2 deletions tsmodelsgen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>

<version.windup.core>6.0.1-SNAPSHOT</version.windup.core>
<version.windup.ruleset>6.0.1-SNAPSHOT</version.windup.ruleset>
<version.windup.core>6.1.0.Alpha1</version.windup.core>
<version.windup.ruleset>6.1.0.Alpha1</version.windup.ruleset>
<!-- this property is used in the code too, DO NOT REMOVE IT! -->
<version.windup.web>${project.version}</version.windup.web>
<!-- For now, we need to pass this to the Mojo explicitly (through META-INF/versions.properties),
Expand Down

0 comments on commit eba9004

Please sign in to comment.