Skip to content

Commit 174715c

Browse files
committed
bump mvn version for bugfix release
1 parent 9ce5d81 commit 174715c

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

azkarra-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamthoughts</groupId>
2424
<artifactId>azkarra-streams-reactor</artifactId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

azkarra-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>azkarra-streams-reactor</artifactId>
2424
<groupId>io.streamthoughts</groupId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
</parent>
2727

2828
<artifactId>azkarra-quickstart-java</artifactId>

azkarra-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azkarra-streams-reactor</artifactId>
77
<groupId>io.streamthoughts</groupId>
8-
<version>0.6.0</version>
8+
<version>0.6.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

azkarra-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>azkarra-streams-reactor</artifactId>
2626
<groupId>io.streamthoughts</groupId>
27-
<version>0.6.0</version>
27+
<version>0.6.1</version>
2828
</parent>
2929

3030
<modelVersion>4.0.0</modelVersion>

azkarra-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.streamthoughts</groupId>
2525
<artifactId>azkarra-streams-reactor</artifactId>
26-
<version>0.6.0</version>
26+
<version>0.6.1</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

azkarra-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>azkarra-streams-reactor</artifactId>
2424
<groupId>io.streamthoughts</groupId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>io.streamthoughts</groupId>
162162
<artifactId>azkarra-ui</artifactId>
163-
<version>0.6.0</version>
163+
<version>0.6.1</version>
164164
<scope>provided</scope>
165165
</dependency>
166166

azkarra-streams/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>azkarra-streams-reactor</artifactId>
2424
<groupId>io.streamthoughts</groupId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

azkarra-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>azkarra-streams-reactor</artifactId>
2424
<groupId>io.streamthoughts</groupId>
25-
<version>0.6.0</version>
25+
<version>0.6.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

azkarra-worker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>azkarra-streams-reactor</artifactId>
2525
<groupId>io.streamthoughts</groupId>
26-
<version>0.6.0</version>
26+
<version>0.6.1</version>
2727
</parent>
2828

2929
<artifactId>azkarra-worker</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>io.streamthoughts</groupId>
2626
<artifactId>azkarra-streams-reactor</artifactId>
2727
<packaging>pom</packaging>
28-
<version>0.6.0</version>
28+
<version>0.6.1</version>
2929

3030
<modules>
3131
<module>azkarra-api</module>

0 commit comments

Comments
 (0)