Skip to content

Commit

Permalink
[maven-release-plugin] prepare release brave-3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofa committed May 6, 2016
1 parent fd7f09c commit 12bfa0c
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 45 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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>
<artifactId>brave-apache-http-interceptors</artifactId>
<name>brave-apache-http-interceptors</name>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-core-spring</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-http</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>
<artifactId>brave-jaxrs2</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>
<artifactId>brave-jersey</artifactId>
<packaging>jar</packaging>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-web-servlet-filter</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>
<artifactId>brave-jersey2</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-jaxrs2</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>

<!--Test Dependencies-->
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>
<artifactId>brave-mysql</artifactId>
<packaging>jar</packaging>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-resteasy-spring</artifactId>
Expand Down Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-resteasy3-spring</artifactId>
Expand Down Expand Up @@ -31,12 +31,12 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-jaxrs2</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-sampler-zookeeper</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-spancollector-http</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-spancollector-kafka</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-spancollector-scribe</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-spring-resttemplate-interceptors</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.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>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>

<artifactId>brave-spring-web-servlet-interceptor</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions brave-web-servlet-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>brave</artifactId>
<groupId>com.github.kristofa</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core-spring</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.7.0</version>
<packaging>pom</packaging>

<name>brave</name>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git@github.com:openzipkin/brave.git</connection>
<url>git@github.com:openzipkin/brave.git</url>
<developerConnection>scm:git:git@github.com:openzipkin/brave.git</developerConnection>
<tag>HEAD</tag>
<tag>brave-3.7.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 12bfa0c

Please sign in to comment.