This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-2.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit b296e07f8ff3be620ecfff737e7c18f465573df5 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/sling-mock@1756521 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1639a8a..a3bdf1e 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> @@ -45,13 +45,13 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.jcr-mock</artifactId> - <version>1.1.14</version> + <version>1.1.15-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> @@ -212,7 +212,6 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>3.0.1</version> <scope>compile</scope> </dependency> @@ -226,7 +225,6 @@ <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> - <version>2.0</version> <scope>compile</scope> </dependency> @@ -244,7 +242,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]>.
