We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe50dc commit 3e7e51eCopy full SHA for 3e7e51e
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>2025.1.0</version>
+ <version>2025.1.1-SNAPSHOT</version>
23
<name>Axon Server API</name>
24
<description>Public API for communication with AxonServer</description>
25
@@ -71,7 +71,7 @@
71
<connection>scm:git:https://github.com/AxonIQ/axon-server-api.git</connection>
72
<developerConnection>scm:git:https://github.com/AxonIQ/axon-server-api.git</developerConnection>
73
<url>https://github.com/AxonIQ/axon-server-api.git</url>
74
- <tag>axon-server-api-2025.1.0</tag>
+ <tag>HEAD</tag>
75
</scm>
76
77
<developers>
0 commit comments