Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-wyluda committed Apr 6, 2014
1 parent 7fbb489 commit d42c0cf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>gradle-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gradle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>gradle-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
</parent>
<artifactId>gradle-api</artifactId>
<name>Forge - Gradle API</name>
Expand Down
2 changes: 1 addition & 1 deletion impl-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>gradle-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
</parent>
<artifactId>gradle-impl-projects</artifactId>
<name>Forge - Gradle Projects Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>gradle-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
</parent>

<artifactId>gradle-impl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.jboss.forge.addon</groupId>
<artifactId>gradle-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Forge - Gradle Addon Parent</name>

Expand All @@ -28,7 +28,7 @@
</repositories>

<properties>
<version.forge>2.3.0.Final</version.forge>
<version.forge>2.4.2-SNAPSHOT</version.forge>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>gradle-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
</parent>
<artifactId>gradle-tests</artifactId>
<name>Forge - Gradle Addon Tests</name>
Expand Down

0 comments on commit d42c0cf

Please sign in to comment.