You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2015/12/04 15:57:49 UTC

tomee git commit: Inline maven version to buildbot maven-deploy-plugin:2.8.2

Repository: tomee
Updated Branches:
  refs/heads/master a415f3ee4 -> 68858ac3c


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/master
Commit: 68858ac3ce94d3fde569350303f5c7fa877e2c67
Parents: a415f3e
Author: AndyGee <an...@gmx.de>
Authored: Fri Dec 4 15:57:23 2015 +0100
Committer: AndyGee <an...@gmx.de>
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>