Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 718464b

Browse files
committed
[RELEASE] 1.1.1
1 parent e8e84d3 commit 718464b

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.1.1 (upcoming)
3+
## 1.1.1 (February 10, 2017)
44

55
* Bugfix: Rpm dependency
66

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>com.stratio.sparta</groupId>
24-
<version>1.1.1-RC2-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>stratio-sparta</artifactId>

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>com.stratio.sparta</groupId>
24-
<version>1.1.1-RC2-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>driver</artifactId>

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>parent</artifactId>
2424
<groupId>com.stratio.sparta</groupId>
25-
<version>1.1.1-RC2-SNAPSHOT</version>
25+
<version>1.1.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>plugins</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.stratio.sparta</groupId>
3131
<artifactId>parent</artifactId>
32-
<version>1.1.1-RC2-SNAPSHOT</version>
32+
<version>1.1.1</version>
3333
<packaging>pom</packaging>
3434

3535
<url>http://www.stratio.com</url>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>com.stratio.sparta</groupId>
24-
<version>1.1.1-RC2-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

serving-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>parent</artifactId>
2424
<groupId>com.stratio.sparta</groupId>
25-
<version>1.1.1-RC2-SNAPSHOT</version>
25+
<version>1.1.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

serving-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>com.stratio.sparta</groupId>
24-
<version>1.1.1-RC2-SNAPSHOT</version>
24+
<version>1.1.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

testsAT/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.stratio.sparta</groupId>
1212
<artifactId>sparta-test</artifactId>
13-
<version>1.1.1-RC2-SNAPSHOT</version>
13+
<version>1.1.1</version>
1414
<name>sparta-test-cucumber</name>
1515

1616
<build>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.stratio.sparta</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.1.1-RC2-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>web</artifactId>

0 commit comments

Comments
 (0)