Skip to content

Commit

Permalink
updated to windup 3.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Feb 8, 2017
1 parent 770a5d8 commit 9b170e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ejb-beanutils-async/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<version.windup>3.0.0-SNAPSHOT</version.windup>
<version.windup>3.0.0.Final</version.windup>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</scm>

<properties>
<version.windup>3.0.0-SNAPSHOT</version.windup>
<version.windup>3.0.0.Final</version.windup>
<version.windup-maven-plugin>3.0.0-SNAPSHOT</version.windup-maven-plugin>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion proprietary-javaee-servlet/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.windup>3.0.0-SNAPSHOT</version.windup>
<version.windup>3.0.0.Final</version.windup>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion victi.ms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<version.windup>3.0.0-SNAPSHOT</version.windup>
<version.windup>3.0.0.Final</version.windup>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 9b170e4

Please sign in to comment.