Author: thimel Date: 2008-09-22 10:33:01 +0000 (Mon, 22 Sep 2008) New Revision: 1079 Modified: trunk/maven-i18n-plugin/changelog trunk/maven-i18n-plugin/pom.xml Log: Deployed version 0.6 Modified: trunk/maven-i18n-plugin/changelog =================================================================== --- trunk/maven-i18n-plugin/changelog 2008-09-22 10:29:25 UTC (rev 1078) +++ trunk/maven-i18n-plugin/changelog 2008-09-22 10:33:01 UTC (rev 1079) @@ -1,9 +1,11 @@ -ver-0-5 20080824 +ver-0-6 thimel 20080922 + * 20080922 [thimel] Using lutinpluginproject 3.0 -* <chemit> refactoring code + unificiation des reader et writer pour que cela fonctionne en utf8 -* <chemit> suppresion dependance lutinutil -* <chemit> passage duprojet en utf8 -* <chemit> passage en maven 2 layout directory +ver-0-5 chemit 20080824 + * 20080824 [chemit] refactoring code + unificiation des reader et writer pour que cela fonctionne en utf8 + * 20080824 [chemit] suppresion dependance lutinutil + * 20080824 [chemit] passage du projet en utf8 + * 20080824 [chemit] passage en maven 2 layout directory -ver-0-4 -* <chemit> pas maintenu avant ! \ No newline at end of file +ver-0-4 + * [chemit] pas maintenu avant ! Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2008-09-22 10:29:25 UTC (rev 1078) +++ trunk/maven-i18n-plugin/pom.xml 2008-09-22 10:33:01 UTC (rev 1079) @@ -9,30 +9,16 @@ <!-- ************************************************************* --> <parent> <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>2.5</version> + <artifactId>lutinpluginproject</artifactId> + <version>3.0</version> </parent> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-i18n-plugin</artifactId> <dependencies> <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0.4</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>2.0.4</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>lutinlib</groupId> <artifactId>lutinprocessor</artifactId> <version>[0.12,]</version> @@ -66,7 +52,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven pour lutini18n</name> - <version>0.5</version> + <version>0.6</version> <description> Plugin pour maven 2 pour la génération des bundles pour l'internationnalisation des applications java fait par lutinutil-i18n @@ -85,14 +71,9 @@ <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - </plugin> - <!-- jrst --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> </plugin> @@ -132,3 +113,4 @@ </reporting> </project> +