Author: tchemit Date: 2008-07-08 16:38:24 +0000 (Tue, 08 Jul 2008) New Revision: 694 Modified: trunk/lutinjaxx/pom.xml Log: passage en version stable 1.0.5 : * lutinutil 0.29 * maven-i18n-plugin 0.3 * lutinui 0.2 Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-07-08 16:35:01 UTC (rev 693) +++ trunk/lutinjaxx/pom.xml 2008-07-08 16:38:24 UTC (rev 694) @@ -132,7 +132,7 @@ <artifactId>maven-source-plugin</artifactId> <executions> <execution> - <phase>install</phase> + <phase>verify</phase> <goals> <goal>jar</goal> </goals> @@ -144,7 +144,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> - <phase>deploy</phase> + <phase>verify</phase> <goals> <goal>jar</goal> </goals>