[Lutinutil-commits] r1076 - trunk/maven-license-switcher-plugin
Author: thimel Date: 2008-09-22 10:23:45 +0000 (Mon, 22 Sep 2008) New Revision: 1076 Added: trunk/maven-license-switcher-plugin/changelog Modified: trunk/maven-license-switcher-plugin/pom.xml Log: Modified groupId to org.codelutin Modified version of jrst Added changelog Added: trunk/maven-license-switcher-plugin/changelog =================================================================== --- trunk/maven-license-switcher-plugin/changelog (rev 0) +++ trunk/maven-license-switcher-plugin/changelog 2008-09-22 10:23:45 UTC (rev 1076) @@ -0,0 +1,3 @@ +ver-0-8-2 thimel 20080922 + * 20080922 [thimel] Modified version of jrst and plugin's groupId + * 20080922 [chemit] Using lutinpluginproject 3.0 Modified: trunk/maven-license-switcher-plugin/pom.xml =================================================================== --- trunk/maven-license-switcher-plugin/pom.xml 2008-09-22 09:14:12 UTC (rev 1075) +++ trunk/maven-license-switcher-plugin/pom.xml 2008-09-22 10:23:45 UTC (rev 1076) @@ -13,7 +13,7 @@ <version>3.0</version> </parent> - <groupId>org.codelutin.plugins</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> <dependencies> @@ -55,9 +55,9 @@ <!-- plugin jrst --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <version>0.8</version> + <version>0.8.2</version> <configuration> <directoryIn>${maven.src.dir}/site</directoryIn> <directoryOut>${maven.site.gen.dir}</directoryOut>
participants (1)
-
thimel@users.labs.libre-entreprise.org