You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2014/05/27 12:25:57 UTC

svn commit: r1597739 - /aries/trunk/jndi/jndi-legacy-support/pom.xml

Author: cschneider
Date: Tue May 27 10:25:57 2014
New Revision: 1597739

URL: http://svn.apache.org/r1597739
Log:
ARIES-1183 Switching to java 6 parent to avoid compile error in eclipse

Modified:
    aries/trunk/jndi/jndi-legacy-support/pom.xml

Modified: aries/trunk/jndi/jndi-legacy-support/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jndi/jndi-legacy-support/pom.xml?rev=1597739&r1=1597738&r2=1597739&view=diff
==============================================================================
--- aries/trunk/jndi/jndi-legacy-support/pom.xml (original)
+++ aries/trunk/jndi/jndi-legacy-support/pom.xml Tue May 27 10:25:57 2014
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.aries</groupId>
-        <artifactId>java5-parent</artifactId>
+        <artifactId>java6-parent</artifactId>
         <version>1.0.0</version>
         <relativePath />
     </parent>