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:33 UTC

[incubator-zipkin-brave-karaf] branch master updated (fd250f4 -> 8593482)

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

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


    from fd250f4  fixes copy/paste
     new f2d36fc  [maven-release-plugin] prepare release 0.1.2
     new 8593482  [maven-release-plugin] prepare for next development iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[incubator-zipkin-brave-karaf] 02/02: [maven-release-plugin] prepare for next development iteration

Posted by ad...@apache.org.
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 85934820de87da426a7fb8d49d8265ff138883a0
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Sun Jun 16 15:07:54 2019 +0800

    [maven-release-plugin] prepare for next development iteration
---
 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 1cbce3e..2d5c89d 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.2</version>
+    <version>0.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/exporter-sender-okhttp/pom.xml b/exporter-sender-okhttp/pom.xml
index 3abf66f..8ab6487 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.2</version>
+    <version>0.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/exporter/pom.xml b/exporter/pom.xml
index 69d32a5..5303a7e 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.2</version>
+    <version>0.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/features/pom.xml b/features/pom.xml
index 6e12689..791423b 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.2</version>
+    <version>0.1.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>brave-features</artifactId>
diff --git a/itests/pom.xml b/itests/pom.xml
index c97b37e..b32c912 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.2</version>
+    <version>0.1.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>brave-itests</artifactId>
diff --git a/pom.xml b/pom.xml
index d6b4580..fab9381 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.2</version>
+  <version>0.1.3-SNAPSHOT</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>0.1.2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->


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

Posted by ad...@apache.org.
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 -->