Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Oct 5, 2016
1 parent 741bec4 commit 6ce24b7
Show file tree
Hide file tree
Showing 23 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions brave-apache-http-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-apache-http-interceptors</artifactId>
<name>brave-apache-http-interceptors</name>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion brave-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-benchmarks</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brave-core-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-core-spring</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion brave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brave-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-grpc</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions brave-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-http</artifactId>
Expand Down Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions brave-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-jaxrs2</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions brave-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-jersey</artifactId>
<packaging>jar</packaging>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-web-servlet-filter</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down
6 changes: 3 additions & 3 deletions brave-jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-jersey2</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-jaxrs2</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>

<!--Test Dependencies-->
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions brave-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-mysql</artifactId>
<packaging>jar</packaging>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion brave-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion brave-p6spy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>io.zipkin.brave</groupId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>
<artifactId>brave-p6spy</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions brave-resteasy-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-resteasy-spring</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions brave-resteasy3-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-resteasy3-spring</artifactId>
Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-jaxrs2</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions brave-sampler-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-sampler-zookeeper</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
4 changes: 2 additions & 2 deletions brave-spancollector-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-spancollector-http</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down
4 changes: 2 additions & 2 deletions brave-spancollector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-spancollector-kafka</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down
2 changes: 1 addition & 1 deletion brave-spancollector-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-spancollector-local</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brave-spancollector-scribe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-spancollector-scribe</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down
4 changes: 2 additions & 2 deletions brave-spring-resttemplate-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-spring-resttemplate-interceptors</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions brave-spring-web-servlet-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>brave-spring-web-servlet-interceptor</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-http</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.13.1-SNAPSHOT</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 6ce24b7

Please sign in to comment.