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

Commit f174329

Browse files
author
stratiocommit
committed
[RELEASE] 1.0.1-RC2
1 parent 81a3a4c commit f174329

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

api/pom.xml

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

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.stratio.decision</groupId>
2222
<artifactId>stratio-decision</artifactId>
23-
<version>1.0.1-RC2-SNAPSHOT</version>
23+
<version>1.0.1-RC2</version>
2424
</parent>
2525
<artifactId>commons</artifactId>
2626
<packaging>jar</packaging>

engine/pom.xml

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

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.stratio.decision</groupId>
2222
<artifactId>stratio-decision</artifactId>
23-
<version>1.0.1-RC2-SNAPSHOT</version>
23+
<version>1.0.1-RC2</version>
2424
</parent>
2525
<properties>
2626
<jacoco.skip>true</jacoco.skip>

pom.xml

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

2929
<groupId>com.stratio.decision</groupId>
3030
<artifactId>stratio-decision</artifactId>
31-
<version>1.0.1-RC2-SNAPSHOT</version>
31+
<version>1.0.1-RC2</version>
3232
<name>Stratio Decision</name>
3333
<packaging>pom</packaging>
3434
<description>Stratio Decision is a real-time engine with Complex Event Processing capabilities

shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.stratio.decision</groupId>
2222
<artifactId>stratio-decision</artifactId>
23-
<version>1.0.1-RC2-SNAPSHOT</version>
23+
<version>1.0.1-RC2</version>
2424
</parent>
2525
<artifactId>shell</artifactId>
2626
<name>Decision shell</name>

siddhi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.stratio.decision</groupId>
2222
<artifactId>stratio-decision</artifactId>
23-
<version>1.0.1-RC2-SNAPSHOT</version>
23+
<version>1.0.1-RC2</version>
2424
</parent>
2525
<artifactId>siddhi</artifactId>
2626
<packaging>jar</packaging>

testsAT/pom.xml

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

1818
<groupId>com.stratio.decision</groupId>
1919
<artifactId>decision-test</artifactId>
20-
<version>1.0.1-RC2-SNAPSHOT</version>
20+
<version>1.0.1-RC2</version>
2121
<name>decision-test</name>
2222

2323
<build>

0 commit comments

Comments
 (0)