You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/12/07 01:08:05 UTC

svn commit: r1042872 - in /sling/trunk: parent/pom.xml pom.xml

Author: justin
Date: Tue Dec  7 00:08:04 2010
New Revision: 1042872

URL: http://svn.apache.org/viewvc?rev=1042872&view=rev
Log:
fixing SLING-1885

Modified:
    sling/trunk/parent/pom.xml
    sling/trunk/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1042872&r1=1042871&r2=1042872&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Dec  7 00:08:04 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>7</version>
+        <version>8</version>
         <relativePath />
     </parent>
 

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1042872&r1=1042871&r2=1042872&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Tue Dec  7 00:08:04 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
 
     <groupId>org.apache.sling</groupId>