Skip to content

Commit

Permalink
Preparing for release 4.0.0.Beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Sep 5, 2017
1 parent 57c46eb commit 83a517d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.forge>3.6.0.Final</version.forge>
<version.furnace>2.25.4.Final</version.furnace>
<version.windup>4.0.0-SNAPSHOT</version.windup>
<version.windup>4.0.0.Beta4</version.windup>
<version.keycloak>2.1.0.Final</version.keycloak>
<version.resteasy>3.0.19.Final</version.resteasy>
<version.jboss.javaee>1.0.3.Final</version.jboss.javaee>
Expand Down
2 changes: 1 addition & 1 deletion tsmodelsgen-invocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<version.windup.core>4.0.0-SNAPSHOT</version.windup.core>
<version.windup.core>4.0.0.Beta4</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.6.0.Final</version.forge>
Expand Down
2 changes: 1 addition & 1 deletion tsmodelsgen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<version.windup.core>4.0.0-SNAPSHOT</version.windup.core>
<version.windup.core>4.0.0.Beta4</version.windup.core>
<!-- 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 83a517d

Please sign in to comment.