Skip to content

Commit

Permalink
Bump to 0.1.2 for cutting a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Salisbury committed Sep 17, 2015
1 parent ae8ad89 commit a88f131
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>tchannel</name>
Expand Down
4 changes: 2 additions & 2 deletions tchannel-benchmark/pom.xml
Expand Up @@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<artifactId>tchannel</artifactId>
<groupId>com.uber.tchannel</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -66,7 +66,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tchannel-core/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>tchannel</artifactId>
<groupId>com.uber.tchannel</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions tchannel-example/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>tchannel</artifactId>
<groupId>com.uber.tchannel</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions tchannel-hyperbahn/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tchannel</artifactId>
<groupId>com.uber.tchannel</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a88f131

Please sign in to comment.