Repository: maven-plugin-testing Updated Branches: refs/heads/master 6bf55326a -> 2e40b464d
depend on maven 3.2.5 Signed-off-by: Igor Fedorenko <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/commit/2e40b464 Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/2e40b464 Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/2e40b464 Branch: refs/heads/master Commit: 2e40b464d160a8b85f8879421ec91388933218a1 Parents: 6bf5532 Author: Igor Fedorenko <[email protected]> Authored: Wed Dec 17 20:05:06 2014 -0500 Committer: Igor Fedorenko <[email protected]> Committed: Wed Dec 17 20:05:06 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/2e40b464/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b2f8524..8c10b56 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ under the License. </distributionManagement> <properties> - <mavenVersion>3.2.4-SNAPSHOT</mavenVersion> + <mavenVersion>3.2.5</mavenVersion> <plexusVersion>1.5.5</plexusVersion> <maven.site.path>plugin-testing-archives/LATEST</maven.site.path> <!-- Not sure if this is intentional but MojoRule has an @Override annotation from the interface which is
