Author: tchemit Date: 2012-11-11 20:28:35 +0100 (Sun, 11 Nov 2012) New Revision: 394 Url: http://nuiton.org/repositories/revision/jredmine/394 Log: refs #2424: Updates to mavenpom 3.4.4 fixes #2411: Updates to helper-maven-plugin 2.0 use last jredmine version (for jredmine internal release) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-11 09:10:44 UTC (rev 393) +++ trunk/pom.xml 2012-11-11 19:28:35 UTC (rev 394) @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>jredmine</artifactId> @@ -58,10 +58,8 @@ <projectId>jredmine</projectId> - <helperPluginVersion>2.0-SNAPSHOT</helperPluginVersion> - <!-- must be on a fixed version, not on the snapshot to make possible release --> - <jredminePluginVersion>1.5</jredminePluginVersion> + <jredminePluginVersion>1.5.1</jredminePluginVersion> <doxiaVersion>1.3</doxiaVersion> @@ -118,7 +116,6 @@ <version>${httpCommonsHttpclientVersion}</version> </dependency> - <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-api</artifactId> @@ -152,7 +149,6 @@ <scope>compile</scope> <exclusions> - <exclusion> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId>
participants (1)
-
tchemit@users.nuiton.org