Author: tchemit Date: 2009-07-11 09:10:00 +0000 (Sat, 11 Jul 2009) New Revision: 1580 Modified: trunk/simexplorer-is/pom.xml Log: bump versions before migration to nuiton Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2009-04-23 01:29:25 UTC (rev 1579) +++ trunk/simexplorer-is/pom.xml 2009-07-11 09:10:00 UTC (rev 1580) @@ -169,7 +169,8 @@ <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>t5c-commons</artifactId> - <version>0.5.11</version> + <version>0.5.15</version> + <!--version>0.5.11</version--> </dependency> <!-- autres librairies --> @@ -332,9 +333,23 @@ <ejbVersion>3.0</ejbVersion> </configuration> </plugin> + + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>${i18n.version}</version> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinutil</artifactId> + <version>${lutinutil.version}</version> + </dependency> + </dependencies> + </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> <configuration> <skip>${maven.test.skip}</skip> <excludes> @@ -343,13 +358,6 @@ </configuration> </plugin> - <plugin> - <artifactId>maven-eclipse-plugin</artifactId> - <configuration> - <useProjectReferences>true</useProjectReferences> - </configuration> - </plugin> - </plugins> </pluginManagement> @@ -410,7 +418,8 @@ <repository> <id>SEIS-t5components</id> <name>T5Components Maven Repository</name> - <url>http://87.193.218.134:8080/t5components/maven-repository</url> + <url>http://mp2.crecg.com/m2_repo</url> + <!--url>http://87.193.218.134:8080/t5components/maven-repository</url--> </repository> </repositories>