Author: dulvac
Date: Fri Jan 6 09:41:44 2017
New Revision: 1777548
URL: http://svn.apache.org/viewvc?rev=1777548&view=rev
Log:
parent update
Modified:
sling/trunk/testing/serversetup/pom.xml
Modified: sling/trunk/testing/serversetup/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/serversetup/pom.xml?rev=1777548&r1=1777547&r2=1777548&view=diff
==============================================================================
--- sling/trunk/testing/serversetup/pom.xml (original)
+++ sling/trunk/testing/serversetup/pom.xml Fri Jan 6 09:41:44 2017
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>25</version>
+ <version>28</version>
<relativePath />
</parent>
@@ -72,7 +72,7 @@
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
+ <artifactId>osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.clients</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
</project>