You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2013/11/26 15:03:37 UTC

svn commit: r1545661 - /tomee/tomee/trunk/maven/pom.xml

Author: rmannibucau
Date: Tue Nov 26 14:03:36 2013
New Revision: 1545661

URL: http://svn.apache.org/r1545661
Log:
using 1.6.1-SNAPSHOT for maven parent pom (4.6.1-SNAPSHOT is another candidate but 1.0.3 seems too broken)

Modified:
    tomee/tomee/trunk/maven/pom.xml

Modified: tomee/tomee/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/maven/pom.xml?rev=1545661&r1=1545660&r2=1545661&view=diff
==============================================================================
--- tomee/tomee/trunk/maven/pom.xml (original)
+++ tomee/tomee/trunk/maven/pom.xml Tue Nov 26 14:03:36 2013
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.openejb.maven</groupId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.6.1-SNAPSHOT</version>
   <artifactId>maven</artifactId>
   <packaging>pom</packaging>
   <name>OpenEJB :: Maven Plugins</name>