Skip to content

Commit

Permalink
Merge branch 'release/0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencruz committed Apr 20, 2015
2 parents 2355a48 + 8b4a52b commit d5a2838
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 27 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>streamflow</groupId>
<artifactId>streamflow</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
<packaging>pom</packaging>

<name>StreamFlow</name>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>framework-annotations</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions streamflow-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-core</artifactId>
Expand All @@ -38,4 +38,4 @@
<module>streamflow-server</module>
<module>streamflow-app</module>
</modules>
<version xmlns="">0.10.1</version></project>
</project>
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-app/streamflow-app-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-app</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-app-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-app/streamflow-app-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-app</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-app-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-datastore</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-datastore</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-datastore-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-datastore</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-datastore-jdbc</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-datastore</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-datastore-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-core/streamflow-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-core</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-util</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions streamflow-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-dist</artifactId>
Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>streamflow</groupId>
<artifactId>streamflow-app-jar</artifactId>
<version>0.10.1</version>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>streamflow</groupId>
<artifactId>streamflow-app-war</artifactId>
<version>0.10.1</version>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
Expand Down
8 changes: 7 additions & 1 deletion streamflow-frameworks/core-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-frameworks</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>core-framework</artifactId>
Expand Down Expand Up @@ -84,6 +84,12 @@
</build>

<dependencies>
<dependency>
<groupId>streamflow</groupId>
<artifactId>framework-annotations</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Storm Core Library (Provided) -->
<dependency>
<groupId>org.apache.storm</groupId>
Expand Down
2 changes: 1 addition & 1 deletion streamflow-frameworks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>streamflow-frameworks</artifactId>
Expand Down
13 changes: 7 additions & 6 deletions streamflow-frameworks/twitter-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>streamflow</groupId>
<artifactId>streamflow-frameworks</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</parent>

<artifactId>twitter-framework</artifactId>
Expand Down Expand Up @@ -84,6 +84,12 @@
</build>

<dependencies>

<dependency>
<groupId>streamflow</groupId>
<artifactId>framework-annotations</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Storm Core Library (Provided) -->
<dependency>
Expand Down Expand Up @@ -138,10 +144,5 @@
<artifactId>twitter4j-stream</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>streamflow</groupId>
<artifactId>framework-annotations</artifactId>
<version>0.9.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit d5a2838

Please sign in to comment.