Skip to content

Commit 343284c

Browse files
committed
Set versions to 4.10.0 for release
Set versions to 4.10.0 for release #release/4.10.0
1 parent 8fa86c6 commit 343284c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.jgroups</groupId>
2323
<artifactId>axon-jgroups-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>

jgroups-spring-boot-3-integrationtests/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.
@@ -33,7 +33,7 @@
3333
<description>
3434
Module used to test the integration with Spring Boot 3
3535
</description>
36-
<version>4.9.1-SNAPSHOT</version>
36+
<version>4.10.0-SNAPSHOT</version>
3737

3838
<packaging>jar</packaging>
3939

jgroups-spring-boot-autoconfigure/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.
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.jgroups</groupId>
2222
<artifactId>axon-jgroups-parent</artifactId>
23-
<version>4.9.1-SNAPSHOT</version>
23+
<version>4.10.0-SNAPSHOT</version>
2424
</parent>
2525

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

jgroups-spring-boot-starter/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.
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.axonframework.extensions.jgroups</groupId>
2828
<artifactId>axon-jgroups-spring-boot-starter</artifactId>
29-
<version>4.9.1-SNAPSHOT</version>
29+
<version>4.10.0-SNAPSHOT</version>
3030

3131
<name>Axon Framework JGroups Extension - Spring Boot Starter</name>
3232
<description>Spring Boot Starter module for the JGroups Extension of Axon Framework</description>

jgroups/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.
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework.extensions.jgroups</groupId>
2222
<artifactId>axon-jgroups-parent</artifactId>
23-
<version>4.9.1-SNAPSHOT</version>
23+
<version>4.10.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>axon-jgroups</artifactId>

pom.xml

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

2020
<groupId>org.axonframework.extensions.jgroups</groupId>
2121
<artifactId>axon-jgroups-parent</artifactId>
22-
<version>4.9.1-SNAPSHOT</version>
22+
<version>4.10.0-SNAPSHOT</version>
2323
<modules>
2424
<module>jgroups</module>
2525
<module>jgroups-spring-boot-autoconfigure</module>

0 commit comments

Comments
 (0)