Skip to content

Commit

Permalink
Merge pull request #30 from Gschiavon/feature/release
Browse files Browse the repository at this point in the history
SPARKTA-57 RabbitMQ Release
  • Loading branch information
aalfonso-stratio committed Jan 15, 2016
2 parents e847215 + f0c99a5 commit 49552b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

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

## 0.2.0 (upcoming)
## 0.2.0 (January 2016)

* Adapted to continuous delivery flow
* Compatibility for Spark versions 1.4 and 1.5
* Bug fixing

## 0.1.0 (sometime)

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
</parent>

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

<modules>
<module>rabbitmq_spark_1.4</module>
<module>rabbitmq_spark_1.5</module>
<module>spark-rabbitmq_1.4</module>
<module>spark-rabbitmq_1.5</module>
</modules>

<url>https://github.com/Stratio/RabbitMQ-Receiver</url>
Expand Down Expand Up @@ -188,4 +188,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 3 additions & 3 deletions rabbitmq_spark_1.4/pom.xml → spark-rabbitmq_1.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>rabbitmq_spark_1.4</artifactId>
<artifactId>spark-rabbitmq_1.4</artifactId>

<packaging>jar</packaging>

<parent>
<groupId>com.stratio.receiver</groupId>
<artifactId>rabbitmq</artifactId>
<artifactId>spark-rabbitmq</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>

Expand Down Expand Up @@ -121,4 +121,4 @@
</dependency>
</dependencies>

</project>
</project>
6 changes: 3 additions & 3 deletions rabbitmq_spark_1.5/pom.xml → spark-rabbitmq_1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>rabbitmq_spark_1.5</artifactId>
<artifactId>spark-rabbitmq_1.5</artifactId>

<packaging>jar</packaging>

<parent>
<groupId>com.stratio.receiver</groupId>
<artifactId>rabbitmq</artifactId>
<artifactId>spark-rabbitmq</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>

Expand Down Expand Up @@ -121,4 +121,4 @@
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 49552b4

Please sign in to comment.