r417 - in trunk: . jredmine-maven-plugin
Author: tchemit Date: 2013-08-09 11:04:23 +0200 (Fri, 09 Aug 2013) New Revision: 417 Url: http://nuiton.org/projects/jredmine/repository/revisions/417 Log: - updates mavenpom to 4.0 - reformat poms Modified: trunk/jredmine-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/jredmine-maven-plugin/pom.xml 2013-08-08 14:28:56 UTC (rev 416) +++ trunk/jredmine-maven-plugin/pom.xml 2013-08-09 09:04:23 UTC (rev 417) @@ -39,6 +39,12 @@ JRedmine maven plugin to interacts with Redmine's server </description> + <properties> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> + <dependencies> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-08 14:28:56 UTC (rev 416) +++ trunk/pom.xml 2013-08-09 09:04:23 UTC (rev 417) @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.13</version> + <version>4.0</version> </parent> <artifactId>jredmine</artifactId>
participants (1)
-
tchemit@users.nuiton.org