Skip to content

Commit 65e3ae2

Browse files
author
stratiocommit
committed
[RELEASE] 0.9.4
1 parent 220c966 commit 65e3ae2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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>0.9.4-RC2-SNAPSHOT</version>
24+
<version>0.9.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>stratio-sparta</artifactId>

doc/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>0.9.4-RC2-SNAPSHOT</version>
25+
<version>0.9.4</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

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>0.9.4-RC2-SNAPSHOT</version>
24+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
25+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
32+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
24+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
25+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
24+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
13+
<version>0.9.4</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>0.9.4-RC2-SNAPSHOT</version>
8+
<version>0.9.4</version>
99
</parent>
1010

1111
<artifactId>web</artifactId>

0 commit comments

Comments
 (0)