Skip to content

Commit 8da2ac0

Browse files
committed
Prepare release v1.3.0
Signed-off-by: Bibenbot <dif-hap-dev@michelin.com>
1 parent 37aeab2 commit 8da2ac0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

kstreamplify-core-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.michelin</groupId>
66
<artifactId>kstreamplify</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
99

1010
<artifactId>kstreamplify-core-test</artifactId>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.michelin</groupId>
1515
<artifactId>kstreamplify-core</artifactId>
16-
<version>1.2.1-SNAPSHOT</version>
16+
<version>1.3.0</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

kstreamplify-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.michelin</groupId>
66
<artifactId>kstreamplify</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
99

1010
<artifactId>kstreamplify-core</artifactId>

kstreamplify-spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.michelin</groupId>
66
<artifactId>kstreamplify</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
99

1010
<artifactId>kstreamplify-spring-boot</artifactId>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.michelin</groupId>
2727
<artifactId>kstreamplify-core</artifactId>
28-
<version>1.2.1-SNAPSHOT</version>
28+
<version>1.3.0</version>
2929
</dependency>
3030

3131
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.michelin</groupId>
66
<artifactId>kstreamplify</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<packaging>pom</packaging>
99
<name>kstreamplify</name>
1010
<description>Swiftly build and enhance your Kafka Streams applications.</description>

0 commit comments

Comments
 (0)