Skip to content

Commit a764ab8

Browse files
Release 0.3.1
1 parent fbffc13 commit a764ab8

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.3.1
4+
- Fix broken command status checking on clustered backends, thanks to @oysteing
5+
36
## 0.3.0
47
- Spring Boot 3 compatibility
58
- Add message about AxonIQ Console, as this is where new developments will be

frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>com.insidion</groupId>
77
<artifactId>axon-open-admin-parent</artifactId>
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
</parent>
1010
<artifactId>axon-open-admin-frontend</artifactId>
11-
<version>0.3.0</version>
11+
<version>0.3.1</version>
1212
<name>Frontend</name>
1313

1414
<properties>

pom.xml

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

88
<groupId>com.insidion</groupId>
99
<artifactId>axon-open-admin-parent</artifactId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111

1212
<name>Axon Open Admin parent POM</name>
1313
<description>This Spring Boot starter project contains an administration interface for Axon Framework, including managing its tracking tokens.</description>

starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.insidion</groupId>
88
<artifactId>axon-open-admin-parent</artifactId>
9-
<version>0.3.0</version>
9+
<version>0.3.1</version>
1010
</parent>
1111
<artifactId>axon-open-admin-starter</artifactId>
1212

13-
<version>0.3.0</version>
13+
<version>0.3.1</version>
1414

1515
<modelVersion>4.0.0</modelVersion>
1616
<packaging>jar</packaging>

0 commit comments

Comments
 (0)