This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-2.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit 9583f78610aa52dc5c3d948582339e03b291d4a3 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Aug 16 15:03:14 2016 +0000 SLING-5970 mocks: Update to Parent Pom 28 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1756521 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f9f4723..ede3650 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>28</version> <relativePath /> </parent> @@ -42,17 +42,14 @@ <dependencies> - <!-- This version of OSGi mocks is targeted at OSGi R6. osgi-mocks 1.x is compatible with older versions. --> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> - <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.cmpn</artifactId> - <version>6.0.0</version> <scope>compile</scope> </dependency> @@ -118,7 +115,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.logging-mock</artifactId> - <version>1.0.0</version> + <version>2.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
