Skip to content

Commit

Permalink
updating development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Dec 23, 2014
1 parent 137de09 commit 4254016
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>br.com.caelum</groupId>
<artifactId>vraptor-parent</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<name>VRaptor4</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion vraptor-blank-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

<description>A blank project to start using VRaptor 4</description>
Expand Down
2 changes: 1 addition & 1 deletion vraptor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor-parent</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
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.1.3-SNAPSHOT";
public static final String VERSION = "4.2.0-SNAPSHOT";

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

Expand Down
2 changes: 1 addition & 1 deletion vraptor-musicjungle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

0 comments on commit 4254016

Please sign in to comment.