Skip to content

Commit

Permalink
Merge pull request #913 from caelum/updatingVersions
Browse files Browse the repository at this point in the history
updating versions after release
  • Loading branch information
Turini committed Dec 19, 2014
2 parents e3a4fb8 + 6f6694d commit 137de09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2</version> <!--or the latest version-->
<version>4.1.3</version> <!--or the latest version-->
</dependency>
```

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.3-SNAPSHOT</version>
<version>4.1.4-SNAPSHOT</version>
<packaging>war</packaging>

<description>A blank project to start using VRaptor 4</description>
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.3-SNAPSHOT</version>
<version>4.1.4-SNAPSHOT</version>
<packaging>war</packaging>

<description>Example application to use with VRaptor 4</description>
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.2</version> <!--or the latest version-->
<version>4.1.3</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.2</version> <!--or the latest version-->
<version>4.1.3</version> <!--or the latest version-->
</dependency>
~~~

Expand Down

0 comments on commit 137de09

Please sign in to comment.