Author: tchemit Date: 2010-10-09 01:07:12 +0200 (Sat, 09 Oct 2010) New Revision: 1836 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1836 Log: updates dependencies Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-03 15:51:59 UTC (rev 1835) +++ trunk/pom.xml 2010-10-08 23:07:12 UTC (rev 1836) @@ -159,7 +159,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> + <version>1.2.16</version> </dependency> <!-- tests dependencies --> @@ -213,11 +213,6 @@ </exclusion> <exclusion> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - - <exclusion> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> </exclusion> @@ -341,7 +336,8 @@ <processor.version>1.0.2</processor.version> <!-- helper version --> - <helper.version>1.2.7-SNAPSHOT</helper.version> + <helper.version>1.2.8</helper.version> + <jredmine.version>1.1.4</jredmine.version> <!-- license project descriptor model version --> <mdoVersion>1.0.0</mdoVersion> @@ -413,6 +409,15 @@ </plugins> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.1</version> + </plugin> + </plugins> + </pluginManagement> + </build> <profiles>