Author: echatellier Date: 2012-10-11 11:23:41 +0200 (Thu, 11 Oct 2012) New Revision: 213 Url: http://nuiton.org/repositories/revision/nuiton-web/213 Log: Update to nuiton-i18n 2.5 Add shiro deps Modified: branches/nuiton-web-1.11-security/nuiton-gwt/ branches/nuiton-web-1.11-security/nuiton-gwt/pom.xml branches/nuiton-web-1.11-security/nuiton-secu/pom.xml branches/nuiton-web-1.11-security/pom.xml Property changes on: branches/nuiton-web-1.11-security/nuiton-gwt ___________________________________________________________________ Modified: svn:ignore - *.iml target + *.iml target .classpath .project .settings Modified: branches/nuiton-web-1.11-security/nuiton-gwt/pom.xml =================================================================== --- branches/nuiton-web-1.11-security/nuiton-gwt/pom.xml 2012-10-11 02:49:15 UTC (rev 212) +++ branches/nuiton-web-1.11-security/nuiton-gwt/pom.xml 2012-10-11 09:23:41 UTC (rev 213) @@ -46,7 +46,7 @@ <!-- extract i18n keys from source --> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <id>scan-gwt-java-source</id> Modified: branches/nuiton-web-1.11-security/nuiton-secu/pom.xml =================================================================== (Binary files differ) Modified: branches/nuiton-web-1.11-security/pom.xml =================================================================== --- branches/nuiton-web-1.11-security/pom.xml 2012-10-11 02:49:15 UTC (rev 212) +++ branches/nuiton-web-1.11-security/pom.xml 2012-10-11 09:23:41 UTC (rev 213) @@ -172,6 +172,13 @@ </exclusion> </exclusions> </dependency> + + <!-- Shiro --> + <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-core</artifactId> + <version>1.2.1</version> + </dependency> </dependencies> @@ -241,7 +248,7 @@ <!-- redmine configuration --> <projectId>nuiton-web</projectId> - <nuitonI18nVersion>2.4.1</nuitonI18nVersion> + <nuitonI18nVersion>2.5</nuitonI18nVersion> <nuitonUtilsVersion>2.4.8</nuitonUtilsVersion> <nuitonI18nPluginVersion>${nuitonI18nVersion}</nuitonI18nPluginVersion> @@ -288,7 +295,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <version>${nuitonI18nPluginVersion}</version> </plugin> @@ -298,6 +305,11 @@ <version>${gwtPluginVersion}</version> </plugin> + <plugin> + <groupId>org.nuiton.eugene</groupId> + <artifactId>eugene-maven-plugin</artifactId> + <version>2.5</version> + </plugin> </plugins> </pluginManagement>