Author: tchemit Date: 2010-10-09 00:38:01 +0200 (Sat, 09 Oct 2010) New Revision: 159 Url: http://nuiton.org/repositories/revision/jredmine/159 Log: Evolution #737: Use maven-helper-plugin 1.2.8 Evolution #934: Update and optimize dependencies Modified: trunk/maven-jredmine-plugin/pom.xml trunk/pom.xml Modified: trunk/maven-jredmine-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2010-10-08 21:26:56 UTC (rev 158) +++ trunk/maven-jredmine-plugin/pom.xml 2010-10-08 22:38:01 UTC (rev 159) @@ -70,6 +70,11 @@ </dependency> <dependency> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-sec-dispatcher</artifactId> + </dependency> + + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-08 21:26:56 UTC (rev 158) +++ trunk/pom.xml 2010-10-08 22:38:01 UTC (rev 159) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3</version> </parent> <artifactId>jredmine</artifactId> @@ -117,12 +117,6 @@ </exclusion> <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - - - <exclusion> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> </exclusion> @@ -137,6 +131,11 @@ <artifactId>plexus-cipher</artifactId> </exclusion> + <exclusion> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-sec-dispatcher</artifactId> + </exclusion> + </exclusions> </dependency> @@ -235,13 +234,19 @@ </exclusions> </dependency> - <!--dependency> - <groupId>org.sonatype.plexus</groupId> - <artifactId>plexus-sec-dispatcher</artifactId> - <version>1.3.1</version> - </dependency--> + <dependency> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-sec-dispatcher</artifactId> + <version>1.4</version> + </dependency> <dependency> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-cipher</artifactId> + <version>1.5</version> + </dependency> + + <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.3</version> @@ -265,16 +270,10 @@ </exclusions> </dependency> - <!--dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.6.3</version> - </dependency--> - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> + <version>1.2.16</version> <scope>runtime</scope> </dependency> @@ -351,7 +350,6 @@ <artifactId>maven-reporting-api</artifactId> </exclusion> - </exclusions> </dependency> @@ -404,6 +402,9 @@ <!-- must be on a fixed version, not on the snapshot to make possible release --> <jredmine.version>1.1.3</jredmine.version> + <!-- remove this when using mavenpom > 2.3 --> + <helper.version>1.2.8</helper.version> + <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType>