Author: tchemit Date: 2009-02-18 10:45:12 +0000 (Wed, 18 Feb 2009) New Revision: 1350 Modified: maven-i18n-plugin/trunk/pom.xml Log: utilisation des proprietes de version Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2009-02-18 10:44:44 UTC (rev 1349) +++ maven-i18n-plugin/trunk/pom.xml 2009-02-18 10:45:12 UTC (rev 1350) @@ -27,6 +27,13 @@ </dependency> <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <version>${lutinpluginutil.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.0</version> @@ -40,13 +47,6 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinpluginutil</artifactId> - <version>0.3-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> @@ -90,6 +90,7 @@ <i18n.version>${project.version}</i18n.version> <maven.version>2.0.9</maven.version> <processor.version>0.17-SNAPSHOT</processor.version> + <lutinpluginutil.version>0.3-SNAPSHOT</lutinpluginutil.version> </properties> <build>