Skip to content

Commit

Permalink
[split] release 6.3.0 of util
Browse files Browse the repository at this point in the history
 - bump util to 6.3.1-SNAPSHOT
 - release 6.3.0 of util
 - bump util minor
 - update changelog
 - csl release: jump to the right dir on large bumps

RB_ID=137918
TBR=true
  • Loading branch information
sprsquish authored and CI committed Apr 5, 2013
1 parent eabfd4d commit 4558301
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions finagle-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-collection</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-hashing</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-jvm</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-logging</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion finagle-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion finagle-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions finagle-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-logging</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion finagle-memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-hashing</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion finagle-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-logging</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion finagle-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-logging</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion finagle-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion finagle-zipkin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec</artifactId>
<version>6.2.6-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
Expand Down

0 comments on commit 4558301

Please sign in to comment.