We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb87c5f commit 6933078Copy full SHA for 6933078
pom.xml
@@ -19,7 +19,7 @@
19
<modelVersion>4.0.0</modelVersion>
20
<groupId>io.axoniq</groupId>
21
<artifactId>axon-server-api</artifactId>
22
- <version>2023.0.1-SNAPSHOT</version>
+ <version>2023.0.1</version>
23
<name>Axon Server API</name>
24
<description>Public API for communication with AxonServer</description>
25
@@ -73,7 +73,7 @@
73
<connection>scm:git:https://github.com/AxonIQ/axon-server-api.git</connection>
74
<developerConnection>scm:git:https://github.com/AxonIQ/axon-server-api.git</developerConnection>
75
<url>https://github.com/AxonIQ/axon-server-api.git</url>
76
- <tag>HEAD</tag>
+ <tag>axon-server-api-2023.0.1</tag>
77
</scm>
78
79
<developers>
0 commit comments