Skip to content

Commit

Permalink
[RELEASE] 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Apr 7, 2017
1 parent 939a880 commit a9a6568
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

## 1.3.0 (upcoming)
## 1.3.0 (April 07, 2017)

* Sparta dispatcher added with Marathon API
* Sparta driver added in Marathon execution 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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<url>http://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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.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>1.3.0-RC3-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>web</artifactId>
Expand Down

0 comments on commit a9a6568

Please sign in to comment.