You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/16 07:21:34 UTC

[incubator-zipkin-brave-karaf] 01/02: [maven-release-plugin] prepare release 0.1.2

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

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit f2d36fc4688511158d3d131fae417d4e80c0e7a7
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Sun Jun 16 15:07:54 2019 +0800

    [maven-release-plugin] prepare release 0.1.2
---
 exporter-sender-kafka/pom.xml  | 2 +-
 exporter-sender-okhttp/pom.xml | 2 +-
 exporter/pom.xml               | 2 +-
 features/pom.xml               | 2 +-
 itests/pom.xml                 | 2 +-
 pom.xml                        | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/exporter-sender-kafka/pom.xml b/exporter-sender-kafka/pom.xml
index 2d5c89d..1cbce3e 100644
--- a/exporter-sender-kafka/pom.xml
+++ b/exporter-sender-kafka/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.3-SNAPSHOT</version>
+    <version>0.1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/exporter-sender-okhttp/pom.xml b/exporter-sender-okhttp/pom.xml
index 8ab6487..3abf66f 100644
--- a/exporter-sender-okhttp/pom.xml
+++ b/exporter-sender-okhttp/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.3-SNAPSHOT</version>
+    <version>0.1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/exporter/pom.xml b/exporter/pom.xml
index 5303a7e..69d32a5 100644
--- a/exporter/pom.xml
+++ b/exporter/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.3-SNAPSHOT</version>
+    <version>0.1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/features/pom.xml b/features/pom.xml
index 791423b..6e12689 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.3-SNAPSHOT</version>
+    <version>0.1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>brave-features</artifactId>
diff --git a/itests/pom.xml b/itests/pom.xml
index b32c912..c97b37e 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.3-SNAPSHOT</version>
+    <version>0.1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>brave-itests</artifactId>
diff --git a/pom.xml b/pom.xml
index fab9381..d6b4580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>io.zipkin.brave.karaf</groupId>
   <artifactId>brave-karaf-parent</artifactId>
-  <version>0.1.3-SNAPSHOT</version>
+  <version>0.1.2</version>
   <packaging>pom</packaging>
 
   <modules>
@@ -75,7 +75,7 @@
     <url>https://github.com/openzipkin/brave-karaf</url>
     <connection>scm:git:https://github.com/openzipkin/brave-karaf.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/brave-karaf.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>0.1.2</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->