Skip to content

Commit bc098da

Browse files
committed
Set version to 4.10.0 for release
Set version to 4.10.0 for release #release/4.10.0
1 parent cf89fc0 commit bc098da

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

coverage-report/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2023. Axon Framework
3+
~ Copyright (c) 2010-2024. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.axonframework.extensions.kotlin</groupId>
2323
<artifactId>axon-kotlin-parent</artifactId>
24-
<version>4.9.1-SNAPSHOT</version>
24+
<version>4.10.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>axon-coverage-report</artifactId>

kotlin-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2023. Axon Framework
3+
~ Copyright (c) 2010-2024. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>axon-kotlin-parent</artifactId>
2626
<groupId>org.axonframework.extensions.kotlin</groupId>
27-
<version>4.9.1-SNAPSHOT</version>
27+
<version>4.10.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>axon-kotlin-test</artifactId>

kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2023. Axon Framework
3+
~ Copyright (c) 2010-2024. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.axonframework.extensions.kotlin</groupId>
2626
<artifactId>axon-kotlin-parent</artifactId>
27-
<version>4.9.1-SNAPSHOT</version>
27+
<version>4.10.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>axon-kotlin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.axonframework.extensions.kotlin</groupId>
2424
<artifactId>axon-kotlin-parent</artifactId>
25-
<version>4.9.1-SNAPSHOT</version>
25+
<version>4.10.0-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727

2828
<modules>

0 commit comments

Comments
 (0)