Skip to content

Commit

Permalink
bump version to 1.3.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
srgg committed Feb 24, 2016
1 parent 11d40a4 commit 39e4cca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.basho.riak</groupId>
<artifactId>spark-riak-connector-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.basho.riak</groupId>
<artifactId>spark-riak-connector-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.basho.riak</groupId>
<artifactId>spark-riak-connector-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.basho.riak</groupId>
<artifactId>spark-riak-connector-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-beta1</version>
<packaging>pom</packaging>
<description>Spark Connector for Riak 2.3</description>
<url>https://github.com/basho/spark-riak-connector</url>
Expand Down Expand Up @@ -391,7 +391,7 @@
<dependency>
<groupId>com.basho.riak</groupId>
<artifactId>dataplatform-riak-client</artifactId>
<version>1.2.0-beta1</version>
<version>1.3.0-beta1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.basho.riak</groupId>
<artifactId>spark-riak-connector-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 39e4cca

Please sign in to comment.