Skip to content

Commit

Permalink
Merge pull request #24 from AxonIQ/persisted-streams
Browse files Browse the repository at this point in the history
update API version
  • Loading branch information
MGathier authored Feb 27, 2024
2 parents 658f159 + 5a5a8a3 commit cde1b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>io.axoniq</groupId>
<artifactId>axonserver-plugin-api</artifactId>
<version>4.7.2-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>

<packaging>bundle</packaging>
Expand Down Expand Up @@ -30,7 +30,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<grpc.version>1.47.0</grpc.version>
<axonserver.api.version>2023.0.1</axonserver.api.version>
<axonserver.api.version>2024.0.0-SNAPSHOT</axonserver.api.version>
</properties>

<dependencies>
Expand Down

0 comments on commit cde1b11

Please sign in to comment.