Skip to content

Commit 6540253

Browse files
Release 0.3.2
1 parent ff57317 commit 6540253

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
4+
## 0.3.2
5+
6+
- Update commons-io to fix vulnerability, thanks to @oysteing (#65)
7+
- Implement better concurrency support, thanks to @stoerti (#63)
8+
39
## 0.3.1
10+
411
- Fix broken command status checking on clustered backends, thanks to @oysteing
512

613
## 0.3.0
14+
715
- Spring Boot 3 compatibility
816
- Add message about AxonIQ Console, as this is where new developments will be
917

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.2-SNAPSHOT</version>
8+
<version>0.3.2</version>
99
</parent>
1010
<artifactId>axon-open-admin-frontend</artifactId>
11-
<version>0.3.2-SNAPSHOT</version>
11+
<version>0.3.2</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.2-SNAPSHOT</version>
10+
<version>0.3.2</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: 3 additions & 3 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.2-SNAPSHOT</version>
9+
<version>0.3.2</version>
1010
</parent>
1111
<artifactId>axon-open-admin-starter</artifactId>
1212

13-
<version>0.3.2-SNAPSHOT</version>
13+
<version>0.3.2</version>
1414

1515
<modelVersion>4.0.0</modelVersion>
1616
<packaging>jar</packaging>
@@ -120,7 +120,7 @@
120120
<plugin>spring</plugin>
121121
<plugin>jpa</plugin>
122122
</compilerPlugins>
123-
<jvmTarget>17</jvmTarget>
123+
<jvmTarget>11</jvmTarget>
124124
</configuration>
125125
<dependencies>
126126
<dependency>

0 commit comments

Comments
 (0)