Author: tchemit Date: 2013-08-09 11:04:14 +0200 (Fri, 09 Aug 2013) New Revision: 1573 Url: http://nuiton.org/projects/wikitty/repository/revisions/1573 Log: - updates mavenpom to 4.0 - reformat poms Modified: trunk/pom.xml trunk/wikitty-perf-test/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-12 16:20:58 UTC (rev 1572) +++ trunk/pom.xml 2013-08-09 09:04:14 UTC (rev 1573) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.11</version> + <version>4.0</version> </parent> <!-- ************************************************************* --> Modified: trunk/wikitty-perf-test/pom.xml =================================================================== --- trunk/wikitty-perf-test/pom.xml 2013-07-12 16:20:58 UTC (rev 1572) +++ trunk/wikitty-perf-test/pom.xml 2013-08-09 09:04:14 UTC (rev 1573) @@ -12,6 +12,12 @@ <groupId>org.nuiton.wikitty</groupId> <artifactId>wikitty-perf-test</artifactId> + <properties> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> + <dependencies> <!-- sibling dependencies -->
participants (1)
-
tchemit@users.nuiton.org