Skip to content

Commit 476199e

Browse files
committed
bump maven version
1 parent 2f966a8 commit 476199e

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
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.9.0</version>
25+
<version>0.9.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

azkarra-client/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.9.0</version>
8+
<version>0.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

azkarra-commons/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.9.0</version>
27+
<version>0.9.1</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

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.9.0</version>
27+
<version>0.9.1</version>
2828
</parent>
2929

3030
<modelVersion>4.0.0</modelVersion>

azkarra-json-serializers/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.9.0</version>
27+
<version>0.9.1</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

azkarra-metrics/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.9.0</version>
26+
<version>0.9.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

azkarra-quickstart/azkarra-quickstart-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<artifactId>azkarra-quickstart</artifactId>
3333
<groupId>io.streamthoughts</groupId>
34-
<version>0.9.0</version>
34+
<version>0.9.1</version>
3535
</parent>
3636

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

azkarra-quickstart/azkarra-quickstart-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<artifactId>azkarra-quickstart</artifactId>
3333
<groupId>io.streamthoughts</groupId>
34-
<version>0.9.0</version>
34+
<version>0.9.1</version>
3535
</parent>
3636

3737
<artifactId>azkarra-quickstart-kotlin</artifactId>

azkarra-quickstart/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.9.0</version>
26+
<version>0.9.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

azkarra-reactive-tck/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.9.0</version>
27+
<version>0.9.1</version>
2828
</parent>
2929

3030
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)