Skip to content

Commit

Permalink
[RELEASE] 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Sep 5, 2016
1 parent 97f7f48 commit 60fdef2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.11.0 (upcoming)
## 0.11.0 (September 05, 2016)

* Docker updated with Spark and DC/OS Mesos integration
* Updated Receiver RabbitMQ for Distributed mode
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparta</groupId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>stratio-sparta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparta</groupId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparta</groupId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.stratio.sparta</groupId>
<artifactId>parent</artifactId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>pom</packaging>

<url>http:https://www.stratio.com</url>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparta</groupId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion serving-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparta</groupId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion serving-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparta</groupId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.stratio.sparta</groupId>
<artifactId>sparta-test</artifactId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
<name>sparta-test-cucumber</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.stratio.sparta</groupId>
<artifactId>parent</artifactId>
<version>0.11.0-RC2-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>web</artifactId>
Expand Down

0 comments on commit 60fdef2

Please sign in to comment.