Author: tchemit Date: 2010-06-19 00:30:12 +0200 (Sat, 19 Jun 2010) New Revision: 719 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/719 Log: go back to mavenpom4rtedmine 2.1.5 and specify the new release repository Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-18 22:28:10 UTC (rev 718) +++ trunk/pom.xml 2010-06-18 22:30:12 UTC (rev 719) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.1.5</version> </parent> <artifactId>maven-helper-plugin</artifactId> @@ -307,6 +307,14 @@ <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url> </scm> + <!-- remove this when using mavenpom4redmine 2.2 --> + <distributionManagement> + <repository> + <id>nuiton</id> + <url>scpexe://nuiton.org/var/lib/nexus/storage/nuiton-central-releases</url> + </repository> + </distributionManagement> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* -->