Skip to content

Commit

Permalink
Merge pull request #780 from caelum/updatingSomePlugins
Browse files Browse the repository at this point in the history
updating some plugins version
  • Loading branch information
Turini committed Sep 8, 2014
2 parents 1e3844b + 9b20e70 commit a5f10c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions vraptor-site/content/en/docs/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-jpa</artifactId>
<version>4.0.0.Final</version> <!-- or the latest version -->
<version>4.0.2</version> <!-- or the latest version -->
</dependency>
~~~

Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-hibernate</artifactId>
<version>4.0.0.Final</version> <!-- or the latest version -->
<version>4.0.2</version> <!-- or the latest version -->
</dependency>
~~~

Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-java8</artifactId>
<version>4.0.0-RC1</version> <!-- or the latest version -->
<version>4.0.0-RC2</version> <!-- or the latest version -->
</dependency>
~~~

Expand Down Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-dash</artifactId>
<version>4.0.0-RC2</version> <!-- or the latest version -->
<version>4.1.0-RC2</version> <!-- or the latest version -->
</dependency>
~~~

Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-i18n</artifactId>
<version>4.0.0.Final</version> <!-- or the latest version -->
<version>4.1.0-RC2</version> <!-- or the latest version -->
</dependency>
~~~

Expand Down
11 changes: 5 additions & 6 deletions vraptor-site/content/pt/docs/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-jpa</artifactId>
<version>4.0.0.Final</version> <!-- ou a última versão disponível -->
<version>4.0.2</version> <!-- ou a última versão disponível -->
</dependency>
~~~

Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-hibernate</artifactId>
<version>4.0.0.Final</version> <!-- ou a última versão disponível -->
<version>4.0.2</version> <!-- ou a última versão disponível -->
</dependency>
~~~

Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-java8</artifactId>
<version>4.0.0-RC1</version> <!-- ou a última versão disponível -->
<version>4.0.0-RC2</version> <!-- ou a última versão disponível -->
</dependency>
~~~

Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-dash</artifactId>
<version>4.0.0-RC2</version> <!-- ou a última versão disponível -->
<version>4.1.0-RC2</version> <!-- ou a última versão disponível -->
</dependency>
~~~

Expand All @@ -212,7 +212,6 @@
[Plugin no Github](https://github.com/Turini/vraptor-authz).



##VRaptor I18n

Soluções de i18n na view
Expand All @@ -222,7 +221,7 @@
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-i18n</artifactId>
<version>4.0.0-Final</version> <!-- ou a última versão disponível -->
<version>4.1.0-RC2</version> <!-- ou a última versão disponível -->
</dependency>
~~~

Expand Down

0 comments on commit a5f10c0

Please sign in to comment.