Author: cziegeler
Date: Wed Dec 8 16:09:38 2010
New Revision: 1043475
URL: http://svn.apache.org/viewvc?rev=1043475&view=rev
Log:
Prepare release
Modified:
sling/trunk/bundles/api/pom.xml
sling/trunk/bundles/extensions/adapter/pom.xml
Modified: sling/trunk/bundles/api/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/pom.xml?rev=1043475&r1=1043474&r2=1043475&view=diff
==============================================================================
--- sling/trunk/bundles/api/pom.xml (original)
+++ sling/trunk/bundles/api/pom.xml Wed Dec 8 16:09:38 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: sling/trunk/bundles/extensions/adapter/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/adapter/pom.xml?rev=1043475&r1=1043474&r2=1043475&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/adapter/pom.xml (original)
+++ sling/trunk/bundles/extensions/adapter/pom.xml Wed Dec 8 16:09:38 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>