Skip to content

Commit

Permalink
update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGathier committed Feb 6, 2024
1 parent 658f159 commit a1e4889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- axonserver-plugin-api-*.*.x
- persisted-streams

workflow_dispatch:

Expand Down
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 a1e4889

Please sign in to comment.