Skip to content

Commit ad4ca12

Browse files
committed
[maven-release-plugin] prepare release vraptor-parent-4.0.0-beta-3
1 parent 7676cef commit ad4ca12

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>br.com.caelum</groupId>
55
<artifactId>vraptor-parent</artifactId>
6-
<version>4.0.0-beta-3-SNAPSHOT</version>
6+
<version>4.0.0-beta-3</version>
77
<name>VRaptor4</name>
88
<packaging>pom</packaging>
99

vraptor-blank-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>br.com.caelum</groupId>
99
<artifactId>vraptor-parent</artifactId>
10-
<version>4.0.0-beta-3-SNAPSHOT</version>
10+
<version>4.0.0-beta-3</version>
1111
</parent>
1212

1313
<dependencies>
1414

1515
<dependency>
1616
<groupId>br.com.caelum</groupId>
1717
<artifactId>vraptor</artifactId>
18-
<version>4.0.0-beta-3-SNAPSHOT</version>
18+
<version>4.0.0-beta-3</version>
1919
</dependency>
2020

2121
<dependency>

vraptor-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>br.com.caelum</groupId>
99
<artifactId>vraptor-parent</artifactId>
10-
<version>4.0.0-beta-3-SNAPSHOT</version>
10+
<version>4.0.0-beta-3</version>
1111
</parent>
1212

1313
<dependencies>

vraptor-musicjungle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<groupId>br.com.caelum</groupId>
99
<artifactId>vraptor-parent</artifactId>
10-
<version>4.0.0-beta-3-SNAPSHOT</version>
10+
<version>4.0.0-beta-3</version>
1111
</parent>
1212

1313
<dependencies>
1414
<dependency>
1515
<groupId>br.com.caelum</groupId>
1616
<artifactId>vraptor</artifactId>
17-
<version>4.0.0-beta-3-SNAPSHOT</version>
17+
<version>4.0.0-beta-3</version>
1818
</dependency>
1919

2020
<dependency>

0 commit comments

Comments
 (0)