This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.oak-1.2.16 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git
commit 6d58148799858b5d76cd2ae5418f5fcfdcc9e3b7 Author: Stefan Egli <[email protected]> AuthorDate: Tue Nov 15 13:00:42 2016 +0000 no-jira : switching to in-release discovery.commons 1.0.18 and discovery.base 1.1.6 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/oak@1769820 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0044700..8847981 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.discovery.commons</artifactId> - <version>1.0.17-SNAPSHOT</version> + <version>1.0.18</version> <scope>provided</scope> </dependency> <!-- besides including discovery.commons' normal jar above, @@ -160,14 +160,14 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.discovery.commons</artifactId> - <version>1.0.17-SNAPSHOT</version> + <version>1.0.18</version> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.discovery.base</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6</version> <scope>provided</scope> </dependency> <!-- besides including discovery.base' normal jar above, @@ -176,7 +176,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.discovery.base</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6</version> <scope>test</scope> <type>test-jar</type> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
