You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2019/08/22 17:23:03 UTC

[sling-org-apache-sling-hc-webconsole] branch noop-version-for-felix-migration updated: [maven-release-plugin] prepare release org.apache.sling.hc.webconsole-2.0.0

This is an automated email from the ASF dual-hosted git repository.

ghenzler pushed a commit to branch noop-version-for-felix-migration
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git


The following commit(s) were added to refs/heads/noop-version-for-felix-migration by this push:
     new 42be6c9  [maven-release-plugin] prepare release org.apache.sling.hc.webconsole-2.0.0
42be6c9 is described below

commit 42be6c9198f541f6919287efbfee6654f15b662a
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Thu Aug 22 19:22:59 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.hc.webconsole-2.0.0
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 05fbead..5d1145c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>33</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.hc.webconsole</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Sling Health Check Webconsole Plugin</name>
     <inceptionYear>2013</inceptionYear>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-webconsole.git</url>
-    </scm>
+      <tag>org.apache.sling.hc.webconsole-2.0.0</tag>
+  </scm>
 
     <properties>
         <project.bundle.file>${project.build.directory}/${project.build.finalName}.jar</project.bundle.file>