This is an automated email from the ASF dual-hosted git repository.
stefanegli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git
The following commit(s) were added to refs/heads/master by this push:
new e7dcba2 [maven-release-plugin] prepare release
org.apache.sling.discovery.oak-1.2.24
e7dcba2 is described below
commit e7dcba227f552b88615d5b81bc990afba7a71088
Author: Stefan Egli <[email protected]>
AuthorDate: Tue Aug 28 12:02:23 2018 +0200
[maven-release-plugin] prepare release org.apache.sling.discovery.oak-1.2.24
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c9d23f4..b90b9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<artifactId>org.apache.sling.discovery.oak</artifactId>
<packaging>bundle</packaging>
- <version>1.2.23-SNAPSHOT</version>
+ <version>1.2.24</version>
<name>Apache Sling Oak-Based Discovery Service</name>
<description>Implementation of Apache Sling Discovery based on Jackrabbit
Oak using its discovery-lite descriptor for in-cluster view detection and a
TopologyView through HTTP POST heartbeats announcing sub-topologies to each
other.</description>
@@ -46,7 +46,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-discovery-oak.git</url>
- </scm>
+ <tag>org.apache.sling.discovery.oak-1.2.24</tag>
+ </scm>
<build>
<plugins>