Skip to content

Commit

Permalink
Change version in master to 1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: Ie52c36910dc0c333c1b3e86caa08edef2f45ad5e
Reviewed-on: http://gerrit.cloudera.org:8080/5437
Tested-by: Kudu Jenkins
Reviewed-by: Mike Percy <[email protected]>
  • Loading branch information
toddlipcon authored and mpercy committed Dec 9, 2016
1 parent 4b43299 commit 8195e5b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.csd</groupId>
<artifactId>KUDU</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<name>The Kudu CSD</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion java/kudu-csd/src/descriptor/service.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"name" : "KUDU",
"label" : "Kudu (Beta)",
"description" : "Kudu is a true column store for the Hadoop ecosystem. <span class=\"error\">Kudu is currently in Beta and is not supported. Before adding this service, ensure that you have installed the Kudu binaries, which are not included in CDH.</span>",
"version" : "1.2.0",
"version" : "1.3.0",
"compatibility" : {
"generation" : 1
},
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.apache.kudu</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>kudu-${spark.version.label}_${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.apache.kudu</groupId>
<artifactId>kudu-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- inherit from the ASF POM for distribution management -->
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
raise Exception('Please upgrade to Cython 0.21.0 or newer')

MAJOR = 1
MINOR = 2
MINOR = 3
MICRO = 0
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0-SNAPSHOT
1.3.0-SNAPSHOT

0 comments on commit 8195e5b

Please sign in to comment.