Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 151cec4

Browse files
committed
Update for v0.2 development
1 parent 778d171 commit 151cec4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

asyncutil-flow/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.ibm.async</groupId>
77
<artifactId>asyncutil-aggregator</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>com.ibm.async</groupId>
1212
<artifactId>asyncutil-flow</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.2.0-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>asyncutil-flow</name>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.ibm.async</groupId>
9191
<artifactId>asyncutil</artifactId>
92-
<version>0.1.0-SNAPSHOT</version>
92+
<version>0.2.0-SNAPSHOT</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>junit</groupId>

asyncutil/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.ibm.async</groupId>
77
<artifactId>asyncutil-aggregator</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>com.ibm.async</groupId>
1212
<artifactId>asyncutil</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.2.0-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>asyncutil</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ibm.async</groupId>
66
<artifactId>asyncutil-aggregator</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.2.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>asyncutil-aggregator</name>

0 commit comments

Comments
 (0)