Skip to content

Commit

Permalink
Revert "updating vraptor filter version"
Browse files Browse the repository at this point in the history
This reverts commit 79dc38cbe69940b406e2dcc250268661e452e812.
  • Loading branch information
Turini committed Jul 21, 2014
1 parent 84dc38c commit 4d472ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0-RC2-SNAPSHOT</version>
<version>4.1.0-RC1-SNAPSHOT</version>
<name>VRaptor4</name>
<packaging>pom</packaging>

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.0-RC2-SNAPSHOT</version>
<version>4.1.0-RC1-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})
public class VRaptor implements Filter {

public static final String VERSION = "4.1.0-RC1";
public static final String VERSION = "4.0.1-SNAPSHOT";

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

Expand Down

0 comments on commit 4d472ca

Please sign in to comment.