Skip to content

Commit 122f7c6

Browse files
committed
[maven-release-plugin] prepare release vraptor-parent-4.0.0-beta-4
1 parent a428d51 commit 122f7c6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
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-4-SNAPSHOT</version>
6+
<version>4.0.0-beta-4</version>
77
<name>VRaptor4</name>
88
<packaging>pom</packaging>
99

@@ -95,7 +95,8 @@
9595
<url>http://github.com/caelum/vraptor4</url>
9696
<connection>scm:git:git://github.com/caelum/vraptor4</connection>
9797
<developerConnection>scm:git:[email protected]:caelum/vraptor4.git</developerConnection>
98-
</scm>
98+
<tag>vraptor-parent-4.0.0-beta-4</tag>
99+
</scm>
99100

100101
<modules>
101102
<module>vraptor-core</module>

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-4-SNAPSHOT</version>
10+
<version>4.0.0-beta-4</version>
1111
</parent>
1212

1313
<properties>

0 commit comments

Comments
 (0)