You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/08/11 15:32:56 UTC

svn commit: r1156612 - /sling/trunk/bundles/jcr/davex/pom.xml

Author: cziegeler
Date: Thu Aug 11 13:32:56 2011
New Revision: 1156612

URL: http://svn.apache.org/viewvc?rev=1156612&view=rev
Log:
Correct parent pom

Modified:
    sling/trunk/bundles/jcr/davex/pom.xml

Modified: sling/trunk/bundles/jcr/davex/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/davex/pom.xml?rev=1156612&r1=1156611&r2=1156612&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/davex/pom.xml (original)
+++ sling/trunk/bundles/jcr/davex/pom.xml Thu Aug 11 13:32:56 2011
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>12-SNAPSHOT</version>
+        <version>11</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>