You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2021/06/03 15:08:45 UTC

[sling-org-apache-sling-discovery-commons] branch master updated: [maven-release-plugin] prepare release org.apache.sling.discovery.commons-1.0.24

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-commons.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d9a22e  [maven-release-plugin] prepare release org.apache.sling.discovery.commons-1.0.24
9d9a22e is described below

commit 9d9a22eb64edbf7552726dc2880bd164f655d1ec
Author: Stefan Egli <st...@apache.org>
AuthorDate: Thu Jun 3 17:08:41 2021 +0200

    [maven-release-plugin] prepare release org.apache.sling.discovery.commons-1.0.24
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index accfae1..5b13602 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.discovery.commons</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.23-SNAPSHOT</version>
+    <version>1.0.24</version>
 
     <name>Apache Sling Discovery Commons</name>
     <description>Common services related to Sling Discovery</description>
@@ -38,7 +38,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-commons.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-commons.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-discovery-commons.git</url>
-    </scm>
+      <tag>org.apache.sling.discovery.commons-1.0.24</tag>
+  </scm>
 
     <properties>
       <jackrabbit.version>2.12.2</jackrabbit.version>