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/04/19 07:52:53 UTC

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

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


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

commit 6c70e0b9b444ba57b2b8ac1db89fdf52815d838c
Author: tmaret <tm...@adobe.com>
AuthorDate: Fri Apr 19 09:52:51 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 2ffad79..36b7e20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.distribution.journal.messages</artifactId>
-    <version>0.0.1-INCUBATOR-SNAPSHOT</version>
+    <version>0.1.0</version>
 
     <name>Apache Sling Journal based Content Distribution - Messages bundle</name>
     <description>Implementation of the messages to support Apache Sling Content Distribution on top of an append-only persisted log</description>
@@ -47,7 +47,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal-messages.git</url>
-    </scm>
+      <tag>org.apache.sling.distribution.journal.messages-0.1.0</tag>
+  </scm>
 
     <!-- ======================================================================= -->
     <!-- B U I L D                                                               -->