Skip to content

Commit

Permalink
Bump the master branch's version to 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: I9d4815052072be6e7a163da92f5609634d44b4fc
Reviewed-on: http://gerrit.cloudera.org:8080/3178
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <[email protected]>
  • Loading branch information
jdcryans authored and Jean-Daniel Cryans committed May 24, 2016
1 parent 0346d02 commit 9f939ca
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion java/interface-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>interface-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/kudu-client-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>kudu-client-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/kudu-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>kudu-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions java/kudu-csd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ limitations under the License.
<parent>
<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.csd</groupId>
<artifactId>KUDU</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
<name>The Kudu CSD</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion java/kudu-flume-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>kudu-parent</artifactId>
<groupId>org.kududb</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>kudu-flume-sink</artifactId>
<name>Kudu Flume NG Sink</name>
Expand Down
2 changes: 1 addition & 1 deletion java/kudu-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>kudu-mapreduce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/kudu-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>kudu-spark_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.kududb</groupId>
<artifactId>kudu-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Kudu</name>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0-SNAPSHOT
1.0.0-SNAPSHOT

0 comments on commit 9f939ca

Please sign in to comment.