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

Commit

Permalink
[maven-release-plugin] prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro committed Dec 15, 2014
1 parent d647546 commit 3024b88
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>
<artifactId>streaming-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>
<artifactId>streaming-commons</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>
<name>Streaming engine</name>
<artifactId>streaming-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>
<properties>
<jacoco.skip>true</jacoco.skip>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
<name>Stratio streaming parent</name>
<packaging>pom</packaging>
<description>Stratio Streaming is a real-time engine with Complex Event Processing capabilities
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:git://github.com/Stratio/stratio-streaming.git</connection>
<developerConnection>scm:git:[email protected]:Stratio/stratio-streaming.git
</developerConnection>
<tag>0.6.0</tag>
<tag>0.6.1</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>
<artifactId>streaming-shell</artifactId>
<name>Streaming shell</name>
Expand Down
2 changes: 1 addition & 1 deletion siddhi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.stratio.streaming</groupId>
<artifactId>stratio-streaming</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>
<artifactId>streaming-siddhi</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 3024b88

Please sign in to comment.