[Lutinutil-commits] r1491 - lutinpluginutil/trunk
Author: tchemit Date: 2009-05-10 15:36:25 +0000 (Sun, 10 May 2009) New Revision: 1491 Modified: lutinpluginutil/trunk/changelog.txt lutinpluginutil/trunk/pom.xml Log: bump versions Modified: lutinpluginutil/trunk/changelog.txt =================================================================== --- lutinpluginutil/trunk/changelog.txt 2009-05-09 14:59:20 UTC (rev 1490) +++ lutinpluginutil/trunk/changelog.txt 2009-05-10 15:36:25 UTC (rev 1491) @@ -1,6 +1,9 @@ -0.6 +1.0.0 * migrate groupId to org.nuiton +0.6 chemit + * 20090510 [chemit] - use maven-license-switcher-plugin 0.8 + - use lutinproject 3.5.4 0.5 chemit * 20090508 [chemit] - introduce DependencyUtil class to sort artifacts in dependency order Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2009-05-09 14:59:20 UTC (rev 1490) +++ lutinpluginutil/trunk/pom.xml 2009-05-10 15:36:25 UTC (rev 1491) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.5.3</version> + <version>3.5.4</version> </parent> <artifactId>lutinpluginutil</artifactId> @@ -72,24 +72,25 @@ <build> <defaultGoal>install</defaultGoal> - <plugins> - <!-- plugin site --> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>fr</locales> - <siteDirectory>src/site</siteDirectory> - </configuration> - <dependencies> - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>1.0.0</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <locales>fr</locales> + <siteDirectory>src/site</siteDirectory> + </configuration> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> @@ -116,7 +117,7 @@ <checksumPolicy>warn</checksumPolicy> </releases> </repository> - </repositories> + </repositories> <profiles> <profile> @@ -134,7 +135,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.6</version> + <version>0.8</version> <executions> <execution> <id>attach-licenses</id>
participants (1)
-
tchemit@users.labs.libre-entreprise.org