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.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 0b0cd7e27b26c40b59313f89c7a510d904ff8dcc Author: Stefan Seifert <[email protected]> AuthorDate: Tue Jul 12 09:49:50 2016 +0000 update dependencies to released versions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1752257 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e6df110..d4f596c 100644 --- a/pom.xml +++ b/pom.xml @@ -45,19 +45,19 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.jcr-mock</artifactId> - <version>1.1.12</version> + <version>1.1.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId> - <version>1.1.12</version> + <version>1.1.14</version> <scope>compile</scope> </dependency> <dependency> @@ -96,7 +96,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.resourceresolver</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4</version> <scope>compile</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
