Skip to content

Commit

Permalink
[RELEASE] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Feb 10, 2017
1 parent 9a443fe commit 50f2ec6
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.1.0 (upcoming)
## 1.1.0 (February 10, 2017)

* Download secrets from Vault
* Weekly added to DateTime aggregation and expiring data
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.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<url>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>1.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.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.1.0-RC2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>web</artifactId>
Expand Down

0 comments on commit 50f2ec6

Please sign in to comment.