Skip to content

Commit 3231b97

Browse files
Release version: 2.0.1
1 parent 65309e2 commit 3231b97

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

framework-client-all/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) 2022-2025. AxonIQ B.V.
3+
~ Copyright (c) 2022-2026. AxonIQ B.V.
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>io.axoniq.platform</groupId>
2323
<artifactId>framework-client-parent</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

framework-client-api/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) 2022-2025. AxonIQ B.V.
3+
~ Copyright (c) 2022-2026. AxonIQ B.V.
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>io.axoniq.platform</groupId>
2323
<artifactId>framework-client-parent</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

framework-client-eventsourcing/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) 2022-2025. AxonIQ B.V.
3+
~ Copyright (c) 2022-2026. AxonIQ B.V.
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>io.axoniq.platform</groupId>
2323
<artifactId>framework-client-parent</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

framework-client-messaging/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) 2022-2025. AxonIQ B.V.
3+
~ Copyright (c) 2022-2026. AxonIQ B.V.
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>io.axoniq.platform</groupId>
2323
<artifactId>framework-client-parent</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

framework-client-modelling/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) 2022-2025. AxonIQ B.V.
3+
~ Copyright (c) 2022-2026. AxonIQ B.V.
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>io.axoniq.platform</groupId>
2323
<artifactId>framework-client-parent</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

framework-client-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) 2022-2025. AxonIQ B.V.
3+
~ Copyright (c) 2022-2026. AxonIQ B.V.
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>io.axoniq.platform</groupId>
2323
<artifactId>framework-client-parent</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

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

2323
<groupId>io.axoniq.platform</groupId>
2424
<artifactId>framework-client-parent</artifactId>
25-
<version>2.0.1-SNAPSHOT</version>
25+
<version>2.0.1</version>
2626

2727
<modules>
2828
<module>framework-client-api</module>

0 commit comments

Comments
 (0)