Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-kafka-4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Aug 13, 2021
1 parent ce591af commit 15e5cb3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions kafka-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>

<artifactId>axon-kafka-example</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>

<name>Axon Framework Kafka Extension - Spring Boot Example</name>
<description>Example module for the Kafka Extension of Axon Framework</description>
Expand Down
6 changes: 2 additions & 4 deletions kafka-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>

<artifactId>axon-kafka-spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kafka-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
</parent>

<artifactId>axon-kafka-spring-boot-starter</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</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.5-SNAPSHOT</version>
<version>4.5</version>
</parent>

<artifactId>axon-kafka</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ limitations under the License.
-->

<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">
<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">

<groupId>org.axonframework.extensions.kafka</groupId>
<artifactId>axon-kafka-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5</version>
<modules>
<module>kafka</module>
<module>kafka-spring-boot-autoconfigure</module>
Expand Down Expand Up @@ -401,7 +399,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-kafka.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/extension-kafka.git</developerConnection>
<url>https://github.com/AxonFramework/extension-kafka</url>
<tag>HEAD</tag>
<tag>axon-kafka-4.5</tag>
</scm>

<developers>
Expand Down

0 comments on commit 15e5cb3

Please sign in to comment.