Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
[RELEASE] 1.0.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Apr 7, 2016
1 parent 00563f0 commit 5680321
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
</parent>
<artifactId>api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
</parent>
<artifactId>commons</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
</parent>
<name>Decision engine</name>
<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
</parent>
<properties>
<jacoco.skip>true</jacoco.skip>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
<name>Stratio Decision</name>
<packaging>pom</packaging>
<description>Stratio Decision is a real-time engine with Complex Event Processing capabilities
Expand Down
2 changes: 1 addition & 1 deletion shell/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
</parent>
<artifactId>shell</artifactId>
<name>Decision shell</name>
Expand Down
2 changes: 1 addition & 1 deletion siddhi/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.decision</groupId>
<artifactId>stratio-decision</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
</parent>
<artifactId>siddhi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testsAT/pom.xml
Expand Up @@ -17,7 +17,7 @@

<groupId>com.stratio.decision</groupId>
<artifactId>decision-test</artifactId>
<version>1.0.2-RC1-SNAPSHOT</version>
<version>1.0.2-RC1</version>
<name>decision-test</name>

<build>
Expand Down

0 comments on commit 5680321

Please sign in to comment.