[Lutingenerator-commits] r377 - lutingenerator/trunk maven-generator-plugin/trunk
Author: chemit Date: 2008-11-18 14:10:57 +0000 (Tue, 18 Nov 2008) New Revision: 377 Modified: lutingenerator/trunk/changelog lutingenerator/trunk/pom.xml maven-generator-plugin/trunk/changelog maven-generator-plugin/trunk/pom.xml Log: use lutinproject 3.1 Modified: lutingenerator/trunk/changelog =================================================================== --- lutingenerator/trunk/changelog 2008-11-18 13:55:46 UTC (rev 376) +++ lutingenerator/trunk/changelog 2008-11-18 14:10:57 UTC (rev 377) @@ -1,4 +1,5 @@ 0.62 chemit 200811?? + * 20081118 [chemit] use lutinproject 3.1 * 20081117 [chemit] : GeneratorTask can have a dedicated classLoader to be used to instanciate generator implementations 0.61 chatellier 20081114 Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2008-11-18 13:55:46 UTC (rev 376) +++ lutingenerator/trunk/pom.xml 2008-11-18 14:10:57 UTC (rev 377) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> <artifactId>lutingenerator</artifactId> Modified: maven-generator-plugin/trunk/changelog =================================================================== --- maven-generator-plugin/trunk/changelog 2008-11-18 13:55:46 UTC (rev 376) +++ maven-generator-plugin/trunk/changelog 2008-11-18 14:10:57 UTC (rev 377) @@ -1,4 +1,5 @@ 0.62 chemit 200811?? + * 20081118 [chemit] use lutinproject 3.1 * 20081117 [chemit] - add extraClassPathDirectory parameter to can specify an extra directory to add in classLoader - bump lutingenerator version Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2008-11-18 13:55:46 UTC (rev 376) +++ maven-generator-plugin/trunk/pom.xml 2008-11-18 14:10:57 UTC (rev 377) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.0</version> + <version>3.1</version> </parent> <artifactId>maven-generator-plugin</artifactId>
participants (1)
-
chemit@users.labs.libre-entreprise.org