Skip to content

Commit

Permalink
Merge pull request #831 from caelum/updatingVRaptorVersion
Browse files Browse the repository at this point in the history
updating VRaptor version to 4.1.1
  • Loading branch information
Turini committed Oct 6, 2014
2 parents 34afe23 + ba8d422 commit 5f01c62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.1.0.Final</version> <!--or the latest version-->
<version>4.1.1</version> <!--or the latest version-->
</dependency>
```

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.1.Final-SNAPSHOT";
public static final String VERSION = "4.1.1-SNAPSHOT";

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

Expand Down
2 changes: 1 addition & 1 deletion vraptor-site/content/en/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.1.0.Final</version> <!--or the latest version-->
<version>4.1.1</version> <!--or the latest version-->
</dependency>
~~~

Expand Down
2 changes: 1 addition & 1 deletion vraptor-site/content/pt/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor</artifactId>
<version>4.1.0.Final</version> <!--or the latest version-->
<version>4.1.1</version> <!--or the latest version-->
</dependency>
~~~

Expand Down

0 comments on commit 5f01c62

Please sign in to comment.