[Lutingenerator-commits] r411 - lutingenerator/trunk maven-generator-plugin/trunk
Author: tchemit Date: 2009-01-29 14:22:09 +0000 (Thu, 29 Jan 2009) New Revision: 411 Modified: lutingenerator/trunk/changelog.txt lutingenerator/trunk/pom.xml maven-generator-plugin/trunk/changelog.txt maven-generator-plugin/trunk/pom.xml Log: use lutinproject 3.4 (suppress javadoc plugin invocation) Modified: lutingenerator/trunk/changelog.txt =================================================================== --- lutingenerator/trunk/changelog.txt 2009-01-29 10:58:54 UTC (rev 410) +++ lutingenerator/trunk/changelog.txt 2009-01-29 14:22:09 UTC (rev 411) @@ -1,4 +1,6 @@ 0.64 ?? 200812?? + * 20090129 [thimel] renmae Util class to GeneratorUtil + * 20090129 [chemit] use lutinproject 3.4 (suppress javadoc plugin invocation) 0.63 chemit 20081215 * 20081215 [chemit] fix up to date regression on generation Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2009-01-29 10:58:54 UTC (rev 410) +++ lutingenerator/trunk/pom.xml 2009-01-29 14:22:09 UTC (rev 411) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.2</version> + <version>3.4-SNAPSHOT</version> </parent> <artifactId>lutingenerator</artifactId> @@ -93,18 +93,17 @@ <labs.project>lutingenerator</labs.project> <!-- lutinutil version --> - <lutinutil.version>1.0</lutinutil.version> + <!--lutinutil.version>1.0</lutinutil.version--> + + <!-- todo pour la montee de version voir la doc --> + <lutingenerator.version>${project.version}</lutingenerator.version> </properties> <build> - <plugins> + + <defaultGoal>install</defaultGoal> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - - </plugins> </build> <!-- ************************************************************* --> Modified: maven-generator-plugin/trunk/changelog.txt =================================================================== --- maven-generator-plugin/trunk/changelog.txt 2009-01-29 10:58:54 UTC (rev 410) +++ maven-generator-plugin/trunk/changelog.txt 2009-01-29 14:22:09 UTC (rev 411) @@ -1,5 +1,6 @@ 0.64 ?? 200812?? - + * 20090129 [chemit] - use lutinproject 3.4 (suppress javadoc plugin invocation) + 0.63 chemit 20081215 * 20081215 [chemit] follow lutingenerator release Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2009-01-29 10:58:54 UTC (rev 410) +++ maven-generator-plugin/trunk/pom.xml 2009-01-29 14:22:09 UTC (rev 411) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.2</version> + <version>3.4-SNAPSHOT</version> </parent> <artifactId>maven-generator-plugin</artifactId> @@ -21,7 +21,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutingenerator</artifactId> - <version>0.64-SNAPSHOT</version> + <version>${project.version}</version> <scope>compile</scope> </dependency> @@ -60,12 +60,15 @@ <!-- nom du projet sur le labs --> <labs.project>lutingenerator</labs.project> + <!-- todo pour la montee de version voir la doc --> + <lutingenerator.version>${project.version}</lutingenerator.version> + </properties> <build> - <plugins> - - </plugins> + + <defaultGoal>install</defaultGoal> + </build>
participants (1)
-
tchemit@users.labs.libre-entreprise.org