r2684 - in branches/topia-2.6.x: . topia-persistence topia-service-migration topia-service-replication
Author: tchemit Date: 2012-11-16 18:07:43 +0100 (Fri, 16 Nov 2012) New Revision: 2684 Url: http://nuiton.org/repositories/revision/topia/2684 Log: fixes #2445: Updates to i18n-m-p 2.5 fixes #2444: Updates to processor-m-p 1.3 fixes #2375: Updates to nuiton-utils 2.6.4 fixes #2374: Updates to eugene 2.5.6 Modified: branches/topia-2.6.x/pom.xml branches/topia-2.6.x/topia-persistence/pom.xml branches/topia-2.6.x/topia-service-migration/pom.xml branches/topia-2.6.x/topia-service-replication/pom.xml Modified: branches/topia-2.6.x/pom.xml =================================================================== --- branches/topia-2.6.x/pom.xml 2012-11-16 16:11:42 UTC (rev 2683) +++ branches/topia-2.6.x/pom.xml 2012-11-16 17:07:43 UTC (rev 2684) @@ -59,10 +59,10 @@ <projectId>topia</projectId> <!-- libs version --> - <eugeneVersion>2.5.5</eugeneVersion> - <nuitonUtilsVersion>2.6.3</nuitonUtilsVersion> - <processorPluginVersion>1.2.2</processorPluginVersion> - <nuitonI18nVersion>2.4.1</nuitonI18nVersion> + <eugeneVersion>2.5.6</eugeneVersion> + <nuitonUtilsVersion>2.6.4</nuitonUtilsVersion> + <processorPluginVersion>1.3</processorPluginVersion> + <nuitonI18nVersion>2.5</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> <hibernateVersion>3.6.10.Final</hibernateVersion> <sl4jVersion>1.6.6</sl4jVersion> @@ -348,7 +348,7 @@ <plugin> <groupId>org.nuiton.processor</groupId> - <artifactId>maven-processor-plugin</artifactId> + <artifactId>processor-maven-plugin</artifactId> <version>${processorPluginVersion}</version> <executions> <execution> @@ -379,7 +379,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <version>${nuitonI18nVersion}</version> </plugin> Modified: branches/topia-2.6.x/topia-persistence/pom.xml =================================================================== --- branches/topia-2.6.x/topia-persistence/pom.xml 2012-11-16 16:11:42 UTC (rev 2683) +++ branches/topia-2.6.x/topia-persistence/pom.xml 2012-11-16 17:07:43 UTC (rev 2684) @@ -185,12 +185,12 @@ <plugin> <groupId>org.nuiton.processor</groupId> - <artifactId>maven-processor-plugin</artifactId> + <artifactId>processor-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <goals> Modified: branches/topia-2.6.x/topia-service-migration/pom.xml =================================================================== --- branches/topia-2.6.x/topia-service-migration/pom.xml 2012-11-16 16:11:42 UTC (rev 2683) +++ branches/topia-2.6.x/topia-service-migration/pom.xml 2012-11-16 17:07:43 UTC (rev 2684) @@ -131,7 +131,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <goals> Modified: branches/topia-2.6.x/topia-service-replication/pom.xml =================================================================== --- branches/topia-2.6.x/topia-service-replication/pom.xml 2012-11-16 16:11:42 UTC (rev 2683) +++ branches/topia-2.6.x/topia-service-replication/pom.xml 2012-11-16 17:07:43 UTC (rev 2684) @@ -120,7 +120,7 @@ <plugins> <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <goals>
participants (1)
-
tchemit@users.nuiton.org