Author: tchemit Date: 2012-11-11 10:58:34 +0100 (Sun, 11 Nov 2012) New Revision: 883 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/883 Log: fixes #2413: Updates to maven-dependency-tree 2.0 fixes #2414: updates to javax.mail 1.4.5 fixes #2415: Updates to maven-plugin-testing-harness 1.3 fix links in doc Modified: trunk/pom.xml trunk/src/site/apt/index.apt Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-11 09:35:12 UTC (rev 882) +++ trunk/pom.xml 2012-11-11 09:58:34 UTC (rev 883) @@ -109,7 +109,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> - <version>1.2</version> + <version>2.0</version> </dependency> <dependency> @@ -198,13 +198,13 @@ <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> - <version>1.4.4</version> + <version>1.4.5</version> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-provider-api</artifactId> - <version>1.0</version> + <version>2.2</version> <scope>provided</scope> </dependency> @@ -213,36 +213,9 @@ <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>1.2</version> + <version>1.3</version> + <!--<version>2.1</version>--> <scope>test</scope> - <exclusions> - - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-archiver</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - </exclusion> - - <exclusion> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-api</artifactId> - </exclusion> - - </exclusions> </dependency> <dependency> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2012-11-11 09:35:12 UTC (rev 882) +++ trunk/src/site/apt/index.apt 2012-11-11 09:58:34 UTC (rev 883) @@ -34,7 +34,7 @@ This project helps to build maven projects, and more: - * Some nice goals: (See {{{./helper-maven-pluign/index.html}Plugin Module}}) + * Some nice goals: (See {{{./helper-maven-plugin/index.html}Plugin Module}}) * A simple and efficient plugin api: (See {{{./helper-maven-plugin-api/index.html}API Module}})