Skip to content

Commit

Permalink
updating vraptor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Jul 23, 2015
1 parent 61b3f22 commit f22958f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ For a quick start, you can use this snippet in your maven POM:
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.2.0-RC2</version> <!--or the latest version-->
<version>4.2.0-RC3</version> <!--or the latest version-->
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion vraptor-blank-project/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>br.com.caelum</groupId>
<artifactId>vraptor-blank-project</artifactId>
<version>4.2.0-RC2-SNAPSHOT</version>
<version>4.2.0-RC3-SNAPSHOT</version>
<packaging>war</packaging>

<description>A blank project to start using VRaptor 4</description>
Expand Down
Expand Up @@ -58,7 +58,7 @@
@WebFilter(filterName="vraptor", urlPatterns="/*", dispatcherTypes={DispatcherType.FORWARD, DispatcherType.REQUEST}, asyncSupported=true)
public class VRaptor implements Filter {

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

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

Expand Down
2 changes: 1 addition & 1 deletion vraptor-musicjungle/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>br.com.caelum</groupId>
<artifactId>vraptor-musicjungle</artifactId>
<version>4.2.0-RC2-SNAPSHOT</version>
<version>4.2.0-RC3-SNAPSHOT</version>
<packaging>war</packaging>

<description>Example application to use with VRaptor 4</description>
Expand Down

0 comments on commit f22958f

Please sign in to comment.