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/04/21 09:11:20 UTC

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

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 5c4bf2a  [maven-release-plugin] prepare release org.apache.sling.discovery.oak-1.2.32
5c4bf2a is described below

commit 5c4bf2a6897962d26b50016de32fb9fc7c12f2d2
Author: Stefan Egli <st...@apache.org>
AuthorDate: Wed Apr 21 11:11:15 2021 +0200

    [maven-release-plugin] prepare release org.apache.sling.discovery.oak-1.2.32
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9ffd4e..f9adcbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.discovery.oak</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.31-SNAPSHOT</version>
+    <version>1.2.32</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,7 @@
         <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>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.discovery.oak-1.2.32</tag>
   </scm>
 
     <build>
@@ -127,7 +127,7 @@
                             <target>
                                 <!--  apply fix as suggested in this comment:
                                       https://issues.apache.org/jira/browse/MANTRUN-200?focusedCommentId=17016706&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17016706 -->
-                                <property name="plugin_classpath" refid="maven.plugin.classpath"/>
+                                <property name="plugin_classpath" refid="maven.plugin.classpath" />
                                 <script language="javascript" classpath="${plugin_classpath}">var System = java.lang.System;
                                             var bree = "JavaSE-1.6";
                                             var animalSnifferSignaturesVersion = "6";