Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-kotlin-4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Oct 24, 2023
1 parent ab17710 commit 6d7d72d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kotlin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>axon-kotlin-parent</artifactId>
<groupId>org.axonframework.extensions.kotlin</groupId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
</parent>

<artifactId>axon-kotlin-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.axonframework.extensions.kotlin</groupId>
<artifactId>axon-kotlin-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
</parent>

<artifactId>axon-kotlin</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
~ 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>
<name>Axon Framework - Kotlin Extension</name>
<description>Extension for Axon Framework that provides Kotlin utilities.</description>

<groupId>org.axonframework.extensions.kotlin</groupId>
<artifactId>axon-kotlin-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -561,7 +560,7 @@
<developerConnection>scm:git:git@github.com:AxonFramework/extension-kotlin.git
</developerConnection>
<url>https://github.com/AxonFramework/extension-kotlin</url>
<tag>HEAD</tag>
<tag>axon-kotlin-4.9.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 6d7d72d

Please sign in to comment.