Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Mar 21, 2016
1 parent 6d17f9a commit b776ac8
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion interop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>interop</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -85,7 +85,7 @@
<url>https://github.com/openzipkin/zipkin-java</url>
<connection>scm:git:https://github.com/openzipkin/zipkin-java.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-java.git</developerConnection>
<tag>0.9.2</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>zipkin-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>zipkin-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-spanstores/cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-spanstores</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>spanstore-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-spanstores/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-spanstores</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>spanstore-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-spanstores/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>zipkin-spanstores</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-transports/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-transports</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>transport-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-transports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>zipkin-transports</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zipkin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.java</groupId>
<artifactId>parent</artifactId>
<version>0.9.2</version>
<version>0.9.3-SNAPSHOT</version>
</parent>

<artifactId>zipkin</artifactId>
Expand Down

0 comments on commit b776ac8

Please sign in to comment.