Skip to content

Commit

Permalink
Set version to 4.10.0 for release
Browse files Browse the repository at this point in the history
Set version to 4.10.0 for release

#release/4.10.0
  • Loading branch information
smcvb committed Jul 23, 2024
1 parent fa16f21 commit 631d1e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kafka-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<artifactId>kafka-axon-example</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>

<name>Axon Framework Kafka Extension - Spring Boot Example</name>
<description>Example module for the Kafka Extension of Axon Framework</description>
Expand Down
2 changes: 1 addition & 1 deletion kafka-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>
Module used to test the integration with Spring Boot 3
</description>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion kafka-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</parent>

<artifactId>axon-kafka-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>

<artifactId>axon-kafka-spring-boot-starter</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>

<name>Axon Framework Kafka Extension - Spring Boot Starter</name>
<description>Spring Boot Starter module for the Axon Kafka Extension</description>
Expand Down
2 changes: 1 addition & 1 deletion kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</parent>

<artifactId>axon-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.9.1-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 631d1e2

Please sign in to comment.