Repository: tomee Updated Branches: refs/heads/tomee-7.0.0-M1 93921cbdf -> ecdcd044f
Inline maven version to buildbot maven-deploy-plugin:2.8.2 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/68858ac3 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/68858ac3 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/68858ac3 Branch: refs/heads/tomee-7.0.0-M1 Commit: 68858ac3ce94d3fde569350303f5c7fa877e2c67 Parents: a415f3e Author: AndyGee <[email protected]> Authored: Fri Dec 4 15:57:23 2015 +0100 Committer: AndyGee <[email protected]> Committed: Fri Dec 4 15:57:23 2015 +0100 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/68858ac3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 813b364..d33d9c2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <inceptionYear>1999</inceptionYear> <prerequisites> - <maven>3.0.5</maven> + <maven>3.2.5</maven> </prerequisites> <issueManagement> @@ -319,6 +319,11 @@ <artifactId>maven-doap-plugin</artifactId> <version>1.2</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + </plugin> </plugins> </pluginManagement>
