Skip to content

Commit d28da6e

Browse files
committed
Prepare release v1.2.0
Signed-off-by: Bibenbot <dif-hap-dev@michelin.com>
1 parent 532e696 commit d28da6e

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
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kstreamplify</artifactId>
77
<groupId>com.michelin</groupId>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.michelin</groupId>
1717
<artifactId>kstreamplify-core</artifactId>
18-
<version>1.1.5-SNAPSHOT</version>
18+
<version>1.2.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

kstreamplify-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kstreamplify</artifactId>
77
<groupId>com.michelin</groupId>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kstreamplify-spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kstreamplify</artifactId>
77
<groupId>com.michelin</groupId>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.michelin</groupId>
5353
<artifactId>kstreamplify-core</artifactId>
54-
<version>1.1.5-SNAPSHOT</version>
54+
<version>1.2.0</version>
5555
</dependency>
5656

5757
<dependency>

pom.xml

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

77
<groupId>com.michelin</groupId>
88
<artifactId>kstreamplify</artifactId>
9-
<version>1.1.5-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
<name>kstreamplify</name>
1111
<description>Kstreamplify is a Java library that brings new features on top of Kafka Streams.</description>
1212
<url>https://github.com/michelin/kstreamplify</url>

0 commit comments

Comments
 (0)