Skip to content

Commit eb5f18c

Browse files
committed
[maven-release-plugin] prepare release axon-kafka-4.6.0
1 parent a12b98b commit eb5f18c

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

kafka-axon-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.kafka</groupId>
2222
<artifactId>axon-kafka-parent</artifactId>
23-
<version>4.6.0-SNAPSHOT</version>
23+
<version>4.6.0</version>
2424
</parent>
2525

2626
<artifactId>kafka-axon-example</artifactId>
27-
<version>4.6.0-SNAPSHOT</version>
27+
<version>4.6.0</version>
2828

2929
<name>Axon Framework Kafka Extension - Spring Boot Example</name>
3030
<description>Example module for the Kafka Extension of Axon Framework</description>

kafka-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.kafka</groupId>
2222
<artifactId>axon-kafka-parent</artifactId>
23-
<version>4.6.0-SNAPSHOT</version>
23+
<version>4.6.0</version>
2424
</parent>
2525

2626
<artifactId>axon-kafka-spring-boot-autoconfigure</artifactId>

kafka-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.axonframework.extensions.kafka</groupId>
2323
<artifactId>axon-kafka-parent</artifactId>
24-
<version>4.6.0-SNAPSHOT</version>
24+
<version>4.6.0</version>
2525
</parent>
2626

2727
<artifactId>axon-kafka-spring-boot-starter</artifactId>
28-
<version>4.6.0-SNAPSHOT</version>
28+
<version>4.6.0</version>
2929

3030
<name>Axon Framework Kafka Extension - Spring Boot Starter</name>
3131
<description>Spring Boot Starter module for the Axon Kafka Extension</description>

kafka/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.axonframework.extensions.kafka</groupId>
2322
<artifactId>axon-kafka-parent</artifactId>
24-
<version>4.6.0-SNAPSHOT</version>
23+
<version>4.6.0</version>
2524
</parent>
2625

2726
<artifactId>axon-kafka</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>org.axonframework.extensions.kafka</groupId>
2121
<artifactId>axon-kafka-parent</artifactId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323

2424
<packaging>pom</packaging>
2525

@@ -566,7 +566,7 @@
566566
<connection>scm:git:git://github.com/AxonFramework/extension-kafka.git</connection>
567567
<developerConnection>scm:git:git@github.com:AxonFramework/extension-kafka.git</developerConnection>
568568
<url>https://github.com/AxonFramework/extension-kafka</url>
569-
<tag>HEAD</tag>
569+
<tag>axon-kafka-4.6.0</tag>
570570
</scm>
571571

572572
<developers>

0 commit comments

Comments
 (0)