Skip to content

Commit

Permalink
[RELEASE] 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Jun 22, 2016
1 parent 45fac21 commit 9478099
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Only listing significant user-visible, not internal code cleanups and minor bug fixes.

## 0.3.0 (June 2016)
## 0.3.0 (22 June 2016)

* Compatibility for Spark version 1.6.1
* Bug fixing
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.stratio.receiver</groupId>
<artifactId>spark-rabbitmq</artifactId>
<version>0.3.0-RC3-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spark-rabbitmq_1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.receiver</groupId>
<artifactId>spark-rabbitmq</artifactId>
<version>0.3.0-RC3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion spark-rabbitmq_1.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.receiver</groupId>
<artifactId>spark-rabbitmq</artifactId>
<version>0.3.0-RC3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<build>
Expand Down

0 comments on commit 9478099

Please sign in to comment.