Author: cziegeler
Date: Mon Feb 21 08:42:34 2011
New Revision: 1072882
URL: http://svn.apache.org/viewvc?rev=1072882&view=rev
Log:
Prepare release
Modified:
sling/trunk/installer/it/pom.xml
Modified: sling/trunk/installer/it/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/installer/it/pom.xml?rev=1072882&r1=1072881&r2=1072882&view=diff
==============================================================================
--- sling/trunk/installer/it/pom.xml (original)
+++ sling/trunk/installer/it/pom.xml Mon Feb 21 08:42:34 2011
@@ -404,13 +404,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.installer.core</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.log</artifactId>
- <version>2.0.2-incubator</version>
+ <version>2.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -444,8 +444,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
</dependency>
</dependencies>
</project>