Skip to content

Commit

Permalink
Prepare release v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bibenbot <dif-hap-dev@michelin.com>
  • Loading branch information
michelinbot committed Apr 3, 2024
1 parent 6b58e9b commit 537ad20
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kstreamplify-core-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kstreamplify</artifactId>
<groupId>com.michelin</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.michelin</groupId>
<artifactId>kstreamplify-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion kstreamplify-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kstreamplify</artifactId>
<groupId>com.michelin</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions kstreamplify-spring-boot/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kstreamplify</artifactId>
<groupId>com.michelin</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.michelin</groupId>
<artifactId>kstreamplify-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.michelin</groupId>
<artifactId>kstreamplify</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>kstreamplify</name>
<description>Kstreamplify is a Java library that brings new features on top of Kafka Streams.</description>
<url>https://github.com/michelin/kstreamplify</url>
Expand Down

0 comments on commit 537ad20

Please sign in to comment.