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 2017/05/24 20:16:36 UTC

svn commit: r1796095 - /geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml

Author: struberg
Date: Wed May 24 20:16:36 2017
New Revision: 1796095

URL: http://svn.apache.org/viewvc?rev=1796095&view=rev
Log:
GERONIMO-6553 use Java8 flava

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

Modified: geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml?rev=1796095&r1=1796094&r2=1796095&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml Wed May 24 20:16:36 2017
@@ -20,8 +20,8 @@
 
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
-        <artifactId>genesis-java6-flava</artifactId>
-        <version>2.2</version>
+        <artifactId>genesis-java8-flava</artifactId>
+        <version>2.3</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>