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

[sling-org-apache-sling-distribution-journal] branch master updated: [maven-release-plugin] prepare release org.apache.sling.distribution.journal-0.1.6

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

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e1b933  [maven-release-plugin] prepare release org.apache.sling.distribution.journal-0.1.6
5e1b933 is described below

commit 5e1b933eb5f0927ebdc10ae333744192e2a823c9
Author: tmaret <tm...@adobe.com>
AuthorDate: Tue Dec 3 21:17:21 2019 +0100

    [maven-release-plugin] prepare release org.apache.sling.distribution.journal-0.1.6
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index edf6d2c..af92115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.distribution.journal</artifactId>
-    <version>0.1.5-SNAPSHOT</version>
+    <version>0.1.6</version>
 
     <name>Apache Sling Journal based Content Distribution - Core bundle</name>
     <description>Implementation of Apache Sling Content Distribution components on top of an append-only persisted log</description>
@@ -47,7 +47,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.distribution.journal-0.1.6</tag>
   </scm>
 
     <!-- ======================================================================= -->