You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2013/10/15 19:45:57 UTC

svn commit: r1532457 - /geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml

Author: struberg
Date: Tue Oct 15 17:45:56 2013
New Revision: 1532457

URL: http://svn.apache.org/r1532457
Log:
GERONIMO-6489 jbatch needs java6 per spec

Modified:
    geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml?rev=1532457&r1=1532456&r2=1532457&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml Tue Oct 15 17:45:56 2013
@@ -20,7 +20,7 @@
 
   <parent>
     <groupId>org.apache.geronimo.genesis</groupId>
-    <artifactId>genesis-java5-flava</artifactId>
+    <artifactId>genesis-java6-flava</artifactId>
     <version>2.0</version>
   </parent>