Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Release 0.3.51-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sijie Guo committed May 31, 2016
1 parent 3ff9e33 commit 8281570
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion distributedlog-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<artifactId>distributedlog-benchmark</artifactId>
<name>DistributedLog Benchmark</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<artifactId>distributedlog-client</artifactId>
<name>DistributedLog Client</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<artifactId>distributedlog-core</artifactId>
<name>DistributedLog Core Library</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<artifactId>distributedlog-example</artifactId>
<name>DistributedLog Example</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<artifactId>distributedlog-protocol</artifactId>
<name>DistributedLog Protocol</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<artifactId>distributedlog-service</artifactId>
<name>DistributedLog Service</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>com.twitter</groupId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>com.twitter</groupId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>com.twitter</groupId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>com.twitter</groupId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>distributedlog-tutorials</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.twitter</groupId>
<artifactId>distributedlog</artifactId>
<packaging>pom</packaging>
<version>0.3.51-SNAPSHOT</version>
<version>0.3.51-RC1</version>
<name>distributedlog</name>
<reporting>
<plugins>
Expand Down

0 comments on commit 8281570

Please sign in to comment.