Skip to content

Commit

Permalink
Merge branch 'release/0.13.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencruz committed Aug 30, 2015
2 parents b4681dd + c930dad commit 5bdf4d7
Show file tree
Hide file tree
Showing 36 changed files with 681 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ nbactions.xml
.DS_Store
*.DS_Store
*.iml
.idea
.idea/
6 changes: 3 additions & 3 deletions 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.12.1</version>
<version>0.13.0</version>
<packaging>pom</packaging>

<name>StreamFlow</name>
Expand All @@ -50,7 +50,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Dependency Versions -->
<storm.version>0.9.3</storm.version>
<storm.version>0.9.5</storm.version>
<jetty.version>9.0.0.RC2</jetty.version>
<jackson.version>2.4.1</jackson.version>
<jersey.version>1.17.1</jersey.version>
Expand Down Expand Up @@ -588,7 +588,7 @@
<plugin>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
<version>1.0-m4.3</version>
<version>1.0-m5.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<noDeploy>true</noDeploy>
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.12.1</version>
<version>0.13.0</version>
</parent>

<artifactId>streamflow-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.12.1</version>
<version>0.13.0</version>
</parent>

<artifactId>streamflow-core</artifactId>
Expand Down
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.12.1</version>
<version>0.13.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.12.1</version>
<version>0.13.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.12.1</version>
<version>0.13.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.12.1</version>
<version>0.13.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.12.1</version>
<version>0.13.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.12.1</version>
<version>0.13.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.12.1</version>
<version>0.13.0</version>
</parent>

<artifactId>streamflow-datastore-mongodb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.12.1</version>
<version>0.13.0</version>
</parent>

<artifactId>streamflow-engine</artifactId>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0</version>
<version>18.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
Loading

0 comments on commit 5bdf4d7

Please sign in to comment.