Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedora committed Dec 5, 2019
1 parent e1243c8 commit 11e89aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version.findbugs.plugin>3.0.5</version.findbugs.plugin>
<version.forge>3.9.2.Final</version.forge>
<version.furnace>2.28.2.Final</version.furnace>
<version.windup>4.3.0-SNAPSHOT</version.windup>
<version.windup>4.3.0.Beta1</version.windup>
<version.keycloak>4.8.3.Final</version.keycloak>
<version.wildfly>15.0.1.Final</version.wildfly>
<version.resteasy>3.0.19.Final</version.resteasy>
Expand Down
2 changes: 1 addition & 1 deletion tsmodelsgen-invocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<version.windup.core>4.3.0-SNAPSHOT</version.windup.core>
<version.windup.core>4.3.0.Beta1</version.windup.core>
<!-- 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.9.2.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,9 +29,9 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<version.windup.core>4.3.0-SNAPSHOT</version.windup.core>
<version.windup.core>4.3.0.Beta1</version.windup.core>
<!-- this property is used in the code too, DO NOT REMOVE IT! -->
<version.windup.web>4.3.0-SNAPSHOT</version.windup.web>
<version.windup.web>4.3.0.Beta1</version.windup.web>
<!-- 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.9.2.Final</version.forge>
Expand Down

0 comments on commit 11e89aa

Please sign in to comment.