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 2010/12/14 08:17:09 UTC

svn commit: r1048963 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Tue Dec 14 07:17:09 2010
New Revision: 1048963

URL: http://svn.apache.org/viewvc?rev=1048963&view=rev
Log:
Fix version in parent pom

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1048963&r1=1048962&r2=1048963&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Dec 14 07:17:09 2010
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
     <packaging>pom</packaging>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
 
     <name>Apache Sling (Parent)</name>
     <description>The parent project for Apache Sling</description>