Skip to content

Commit 5bdf4d7

Browse files
committed
Merge branch 'release/0.13.0'
2 parents b4681dd + c930dad commit 5bdf4d7

File tree

36 files changed

+681
-370
lines changed

36 files changed

+681
-370
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nbactions.xml
44
.DS_Store
55
*.DS_Store
66
*.iml
7-
.idea
7+
.idea/

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>streamflow</groupId>
2727
<artifactId>streamflow</artifactId>
28-
<version>0.12.1</version>
28+
<version>0.13.0</version>
2929
<packaging>pom</packaging>
3030

3131
<name>StreamFlow</name>
@@ -50,7 +50,7 @@
5050
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5151

5252
<!-- Dependency Versions -->
53-
<storm.version>0.9.3</storm.version>
53+
<storm.version>0.9.5</storm.version>
5454
<jetty.version>9.0.0.RC2</jetty.version>
5555
<jackson.version>2.4.1</jackson.version>
5656
<jersey.version>1.17.1</jersey.version>
@@ -588,7 +588,7 @@
588588
<plugin>
589589
<groupId>external.atlassian.jgitflow</groupId>
590590
<artifactId>jgitflow-maven-plugin</artifactId>
591-
<version>1.0-m4.3</version>
591+
<version>1.0-m5.1</version>
592592
<configuration>
593593
<autoVersionSubmodules>true</autoVersionSubmodules>
594594
<noDeploy>true</noDeploy>

streamflow-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>streamflow</groupId>
2222
<artifactId>streamflow</artifactId>
23-
<version>0.12.1</version>
23+
<version>0.13.0</version>
2424
</parent>
2525

2626
<artifactId>streamflow-annotations</artifactId>

streamflow-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-core</artifactId>

streamflow-core/streamflow-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow-core</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-app</artifactId>

streamflow-core/streamflow-app/streamflow-app-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow-app</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-app-jar</artifactId>

streamflow-core/streamflow-app/streamflow-app-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow-app</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-app-war</artifactId>

streamflow-core/streamflow-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow-core</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-datastore</artifactId>

streamflow-core/streamflow-datastore/streamflow-datastore-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow-datastore</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-datastore-core</artifactId>

streamflow-core/streamflow-datastore/streamflow-datastore-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>streamflow</groupId>
2424
<artifactId>streamflow-datastore</artifactId>
25-
<version>0.12.1</version>
25+
<version>0.13.0</version>
2626
</parent>
2727

2828
<artifactId>streamflow-datastore-jdbc</artifactId>

0 commit comments

Comments
 (0)