Skip to content

Commit

Permalink
[maven-release-plugin] prepare release brave-3.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofa committed Jun 21, 2015
1 parent 9f7a6f7 commit 8cab167
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>
<artifactId>brave-apache-http-interceptors</artifactId>
<name>brave-apache-http-interceptors</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<groupId>com.github.kristofa</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>

<artifactId>brave-core</artifactId>
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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>

<artifactId>brave-http</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions brave-impl-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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>

<artifactId>brave-impl-spring</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>

<dependency>
Expand Down
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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl-spring</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>
<artifactId>brave-jersey</artifactId>
<packaging>jar</packaging>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>

<!--Test Dependencies-->
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl-spring</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<!-- For @javax.annotation.Nullable -->
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl-spring</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-jaxrs2</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl-spring</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions brave-tracefilters/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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>

<artifactId>brave-tracefilters</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
4 changes: 2 additions & 2 deletions brave-zipkin-spancollector/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.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</parent>

<artifactId>brave-zipkin-spancollector</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-core</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.0.0-alpha-1-SNAPSHOT</version>
<version>3.0.0-alpha-1</version>
<packaging>pom</packaging>

<name>brave</name>
Expand Down

0 comments on commit 8cab167

Please sign in to comment.