Skip to content

Commit f22958f

Browse files
committed
updating vraptor version
1 parent 61b3f22 commit f22958f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a quick start, you can use this snippet in your maven POM:
2727
<dependency>
2828
<groupId>br.com.caelum</groupId>
2929
<artifactId>vraptor</artifactId>
30-
<version>4.2.0-RC2</version> <!--or the latest version-->
30+
<version>4.2.0-RC3</version> <!--or the latest version-->
3131
</dependency>
3232
```
3333

vraptor-blank-project/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-blank-project</artifactId>
6-
<version>4.2.0-RC2-SNAPSHOT</version>
6+
<version>4.2.0-RC3-SNAPSHOT</version>
77
<packaging>war</packaging>
88

99
<description>A blank project to start using VRaptor 4</description>

vraptor-core/src/main/java/br/com/caelum/vraptor/VRaptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
@WebFilter(filterName="vraptor", urlPatterns="/*", dispatcherTypes={DispatcherType.FORWARD, DispatcherType.REQUEST}, asyncSupported=true)
5959
public class VRaptor implements Filter {
6060

61-
public static final String VERSION = "4.2.0-RC2";
61+
public static final String VERSION = "4.2.0-RC3";
6262

6363
private final Logger logger = getLogger(VRaptor.class);
6464

vraptor-musicjungle/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-musicjungle</artifactId>
6-
<version>4.2.0-RC2-SNAPSHOT</version>
6+
<version>4.2.0-RC3-SNAPSHOT</version>
77
<packaging>war</packaging>
88

99
<description>Example application to use with VRaptor 4</description>

0 commit comments

Comments
 (0)