This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-samples.git
commit a780d7f0f09b0ac281d64037c297baedb801aa51 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Sep 1 11:21:52 2014 +0000 Use released versions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1621745 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 72a1ce6..56d8e1a 100644 --- a/pom.xml +++ b/pom.xml @@ -85,13 +85,13 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.hc.core</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.hc.annotations</artifactId> - <version>0.9.9-SNAPSHOT</version> + <version>1.0.2</version> <scope>provided</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
