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-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new cd85f4b [maven-release-plugin] prepare release
org.apache.sling.distribution.journal.kafka-0.1.0
cd85f4b is described below
commit cd85f4b8707dec5a8eb271ce9b964f78d91142ff
Author: tmaret <[email protected]>
AuthorDate: Fri Apr 19 10:05:59 2019 +0200
[maven-release-plugin] prepare release
org.apache.sling.distribution.journal.kafka-0.1.0
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4f915cc..3e37c8e 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.0.1-INCUBATOR-SNAPSHOT</version>
+ <version>0.1.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>
@@ -47,7 +47,8 @@
<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>
- </scm>
+ <tag>org.apache.sling.distribution.journal.kafka-0.1.0</tag>
+ </scm>
<!--
======================================================================= -->
<!-- B U I L D
-->