r2492 - in trunk: . jaxx-maven-plugin
Author: tchemit Date: 2012-08-23 09:45:12 +0200 (Thu, 23 Aug 2012) New Revision: 2492 Url: http://nuiton.org/repositories/revision/jaxx/2492 Log: fixes #2247: Updates to nuiton-utils 2.6 Modified: trunk/jaxx-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/jaxx-maven-plugin/pom.xml =================================================================== --- trunk/jaxx-maven-plugin/pom.xml 2012-08-14 18:54:36 UTC (rev 2491) +++ trunk/jaxx-maven-plugin/pom.xml 2012-08-23 07:45:12 UTC (rev 2492) @@ -180,25 +180,28 @@ <packaging>maven-plugin</packaging> <build> - <plugins> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <configuration> - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - </configuration> - <executions> - <execution> - <goals> - <goal>helpmojo</goal> - <goal>descriptor</goal> - </goals> - </execution> - </executions> - </plugin> + <pluginManagement> + <plugins> - </plugins> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <configuration> + <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> + </configuration> + <executions> + <execution> + <goals> + <goal>helpmojo</goal> + <goal>descriptor</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </pluginManagement> + </build> <profiles> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-14 18:54:36 UTC (rev 2491) +++ trunk/pom.xml 2012-08-23 07:45:12 UTC (rev 2492) @@ -117,7 +117,7 @@ <!-- pour un muli module on doit fixer le projectId --> <projectId>jaxx</projectId> - <nuitonUtilsVersion>2.6-SNAPSHOT</nuitonUtilsVersion> + <nuitonUtilsVersion>2.6</nuitonUtilsVersion> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <eugeneVersion>2.4.2</eugeneVersion> <jxLayerVersion>3.0.4</jxLayerVersion>
participants (1)
-
tchemit@users.nuiton.org