You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2022/01/03 14:30:50 UTC

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

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

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


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

commit 88e44b1160473d5fb4a355fdfcf70b5862abbd41
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Jan 3 15:30:47 2022 +0100

    [maven-release-plugin] prepare release org.apache.sling.distribution.journal.kafka-0.3.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 234a8e2..85b0d30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.distribution.journal.kafka</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.3.0</version>
 
     <name>Apache Sling Journal Messaging based on Apache Kafka</name>
     <description>Implementation of Apache Sling Content Distribution Journal Messaging based on Apache Kafka.</description>
@@ -48,7 +48,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-kafka.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-kafka.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal-kafka.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.distribution.journal.kafka-0.3.0</tag>
   </scm>
 
     <!-- ======================================================================= -->
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.journal.messages</artifactId>
-            <version>0.3.1-SNAPSHOT</version>
+            <version>0.4.0</version>
         </dependency>
         <!-- OSGi -->
         <dependency>