Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vraptor-parent-4.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Oct 3, 2013
1 parent 20f7c71 commit fb76764
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>br.com.caelum</groupId>
<artifactId>vraptor-parent</artifactId>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
<name>VRaptor4</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions vraptor-blank-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor-parent</artifactId>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<dependencies>

<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions vraptor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<packaging>jar</packaging>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>

<parent>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor-parent</artifactId>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions vraptor-musicjungle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor-parent</artifactId>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<dependencies>
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.0.0-beta-1-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fb76764

Please sign in to comment.