You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2019/08/26 06:53:24 UTC

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

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-logservice.git


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

commit fc27812fe62766f90291caf58461d6638657d461
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Aug 26 08:53:20 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index a39ed5a..2dbcbe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.logservice</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling OSGi LogService Implementation</name>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-logservice.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-logservice.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-logservice.git</url>
-    </scm>
+      <tag>org.apache.sling.commons.logservice-1.1.0</tag>
+  </scm>
     
     <build>
         <plugins>