Skip to content

Commit 3bbd3a9

Browse files
ci: bump version for next iteration to 0.38.0-SNAPSHOT 🤖
1 parent bc28648 commit 3bbd3a9

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
15-
<version>0.37.0</version>
15+
<version>0.38.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
15-
<version>0.37.0</version>
15+
<version>0.38.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

extension-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.streamthoughts</groupId>
1515
<artifactId>jikkou-parent</artifactId>
16-
<version>0.37.0</version>
16+
<version>0.38.0-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
1515
<packaging>pom</packaging>
16-
<version>0.37.0</version>
16+
<version>0.38.0-SNAPSHOT</version>
1717
<modules>
1818
<module>resource-generator</module>
1919
<module>core</module>

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.streamthoughts</groupId>
88
<artifactId>jikkou-parent</artifactId>
9-
<version>0.37.0</version>
9+
<version>0.38.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<name>Jikkou Extension :: Annotation Processor</name>

providers/jikkou-provider-aiven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
15-
<version>0.37.0</version>
15+
<version>0.38.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

providers/jikkou-provider-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
15-
<version>0.37.0</version>
15+
<version>0.38.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

providers/jikkou-provider-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
15-
<version>0.37.0</version>
15+
<version>0.38.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

providers/jikkou-provider-kafka-connect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.streamthoughts</groupId>
1414
<artifactId>jikkou-parent</artifactId>
15-
<version>0.37.0</version>
15+
<version>0.38.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

providers/jikkou-provider-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.streamthoughts</groupId>
1515
<artifactId>jikkou-parent</artifactId>
16-
<version>0.37.0</version>
16+
<version>0.38.0-SNAPSHOT</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)