Skip to content

Commit

Permalink
Bump version to 1.13.0
Browse files Browse the repository at this point in the history
Change-Id: I3c56fe015213f2f83a057d2f2b73d41cc69825b0
Reviewed-on: http://gerrit.cloudera.org:8080/16416
Tested-by: Kudu Jenkins
Reviewed-by: Grant Henke <[email protected]>
  • Loading branch information
attilabukor committed Sep 4, 2020
1 parent 1e688c7 commit f052657
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/java/collectl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>Kudu collectl Example</name>

<properties>
<kudu-version>1.12.0</kudu-version>
<kudu-version>1.13.0</kudu-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/java/insert-loadgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>Random Insert Load Generator for Kudu</name>

<properties>
<kudu-version>1.12.0</kudu-version>
<kudu-version>1.13.0</kudu-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/java/java-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>Kudu Java Client Examples</name>

<properties>
<kudu-version>1.12.0</kudu-version>
<kudu-version>1.13.0</kudu-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0-SNAPSHOT
1.13.0

0 comments on commit f052657

Please sign in to comment.