[Lutinbuilder-commits] r144 - trunk/lutinproject
Author: chatellier Date: 2008-09-22 10:42:17 +0000 (Mon, 22 Sep 2008) New Revision: 144 Modified: trunk/lutinproject/changelog trunk/lutinproject/pom.xml Log: Change plugins groupId Change version of plugins (with lutinpluginproject 3.0) Modified: trunk/lutinproject/changelog =================================================================== --- trunk/lutinproject/changelog 2008-09-22 10:18:06 UTC (rev 143) +++ trunk/lutinproject/changelog 2008-09-22 10:42:17 UTC (rev 144) @@ -1,3 +1,7 @@ +ver-3-0 chatellier (20080922) + * Change plugins groupId + * Change version of plugins (with lutinpluginproject 3.0) + ver-2-5 xxx (2008xxx) * Re-enable test by default * Fix lutin plugins groupId Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-09-22 10:18:06 UTC (rev 143) +++ trunk/lutinproject/pom.xml 2008-09-22 10:42:17 UTC (rev 144) @@ -11,7 +11,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.6</version> + <version>3.0</version> <!-- POM Relationships : Inheritance --> @@ -19,7 +19,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.6</version> + <version>3.0</version> </parent> --> @@ -285,7 +285,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-i18n-plugin</artifactId> -<!-- <version>0.5</version> --> + <version>0.6</version> <configuration> <bundles> <param>fr_FR</param> @@ -335,7 +335,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <executions> <execution> <goals> @@ -462,7 +462,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <version>0.8.1-SNAPSHOT</version> + <version>0.8.2</version> <configuration> <directoryIn>${maven.src.dir}/site</directoryIn> <directoryOut>${maven.site.gen.dir}</directoryOut> @@ -565,7 +565,7 @@ <!-- Always process jrst files, but only called on pre-site phase --> <plugin> - <groupId>org.codelutin.maven.plugins</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> </plugin> </plugins> @@ -794,7 +794,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <executions> <execution> <goals>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org