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

Commit

Permalink
[RELEASE] 0.12.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Aug 30, 2016
1 parent d037df2 commit 85e33df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

## 0.8.7 (August 2015)

* Bugs fixed
* Bugs fixed
2 changes: 1 addition & 1 deletion doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.stratio.datasource</groupId>
<artifactId>spark-mongodb-parent</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0-RC1</version>
</parent>
<properties>
<jacoco.skip>true</jacoco.skip>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.stratio.datasource</groupId>
<artifactId>spark-mongodb-parent</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0-RC1</version>
<packaging>pom</packaging>
<name>Stratio Spark Mongodb Datasource</name>
<description>A Spark SQL library for MongoDB</description>
Expand Down
2 changes: 1 addition & 1 deletion spark-mongodb_2.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>spark-mongodb-parent</artifactId>
<groupId>com.stratio.datasource</groupId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0-RC1</version>
</parent>
<properties>
<scala.version>2.10.4</scala.version>
Expand Down
2 changes: 1 addition & 1 deletion spark-mongodb_2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>spark-mongodb-parent</artifactId>
<groupId>com.stratio.datasource</groupId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0-RC1</version>
</parent>
<properties>
<scala.version>2.11.8</scala.version>
Expand Down

0 comments on commit 85e33df

Please sign in to comment.