Skip to content

Commit 202a219

Browse files
committed
[maven-release-plugin] prepare release vraptor-parent-3.5.4
1 parent 6bb2f27 commit 202a219

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
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>3.5.4-SNAPSHOT</version>
6+
<version>3.5.4</version>
77
<name>VRaptor3</name>
88
<packaging>pom</packaging>
99

@@ -69,7 +69,8 @@
6969
<url>http://github.com/caelum/vraptor</url>
7070
<connection>scm:git:git://github.com/caelum/vraptor</connection>
7171
<developerConnection>scm:git:git@github.com:caelum/vraptor.git</developerConnection>
72-
</scm>
72+
<tag>vraptor-parent-3.5.4</tag>
73+
</scm>
7374

7475
<modules>
7576
<module>vraptor-core</module>

vraptor-blank-project-gae/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>br.com.caelum</groupId>
1010
<artifactId>vraptor-parent</artifactId>
11-
<version>3.5.4-SNAPSHOT</version>
11+
<version>3.5.4</version>
1212
</parent>
1313

1414
<dependencies>

vraptor-blank-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>br.com.caelum</groupId>
1010
<artifactId>vraptor-parent</artifactId>
11-
<version>3.5.4-SNAPSHOT</version>
11+
<version>3.5.4</version>
1212
</parent>
1313

1414
<dependencies>

vraptor-core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>br.com.caelum</groupId>
1010
<artifactId>vraptor-parent</artifactId>
11-
<version>3.5.4-SNAPSHOT</version>
11+
<version>3.5.4</version>
1212
</parent>
1313

1414
<dependencies>
@@ -386,9 +386,7 @@
386386
<phase>process-sources</phase>
387387
<configuration>
388388
<target>
389-
<replaceregexp file="src/main/java/br/com/caelum/vraptor/VRaptor.java"
390-
match="VERSION = &quot;(.*)&quot;;"
391-
replace="VERSION = &quot;${project.version}&quot;;"/>
389+
<replaceregexp file="src/main/java/br/com/caelum/vraptor/VRaptor.java" match="VERSION = &quot;(.*)&quot;;" replace="VERSION = &quot;${project.version}&quot;;" />
392390
</target>
393391
</configuration>
394392
<goals>

vraptor-mydvds/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<groupId>br.com.caelum</groupId>
55
<artifactId>vraptor-mydvds</artifactId>
6-
<version>3.5.4-SNAPSHOT</version>
6+
<version>3.5.4</version>
77
<packaging>war</packaging>
88

99
<parent>
1010
<groupId>br.com.caelum</groupId>
1111
<artifactId>vraptor-parent</artifactId>
12-
<version>3.5.4-SNAPSHOT</version>
12+
<version>3.5.4</version>
1313
</parent>
1414

1515
<dependencies>

vraptor-plugin-gae/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<groupId>br.com.caelum</groupId>
55
<artifactId>vraptor-plugin-gae</artifactId>
6-
<version>3.5.4-SNAPSHOT</version>
6+
<version>3.5.4</version>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>br.com.caelum</groupId>
1111
<artifactId>vraptor-parent</artifactId>
12-
<version>3.5.4-SNAPSHOT</version>
12+
<version>3.5.4</version>
1313
</parent>
1414

1515
<repositories>

0 commit comments

Comments
 (0)