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:59:14 UTC

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

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x d6e3924c5 -> 71ed829cb


apache:17
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/71ed829c
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/71ed829c
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/71ed829c

Branch: refs/heads/tomee-1.7.x
Commit: 71ed829cb2d6e7b9ca152d30705495f585e9f811
Parents: d6e3924
Author: AndyGee <an...@gmx.de>
Authored: Fri Dec 4 15:58:43 2015 +0100
Committer: AndyGee <an...@gmx.de>
Committed: Fri Dec 4 15:58:43 2015 +0100

----------------------------------------------------------------------
 pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/71ed829c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 40d4980..63b57f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>15</version>
+    <version>17</version>
   </parent>
 
   <groupId>org.apache.openejb</groupId>
@@ -43,7 +43,7 @@
   <inceptionYear>1999</inceptionYear>
 
   <prerequisites>
-    <maven>3.0.5</maven>
+    <maven>3.2.5</maven>
   </prerequisites>
 
   <issueManagement>
@@ -313,7 +313,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-doap-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -327,6 +327,11 @@
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>