Skip to content

Commit

Permalink
Set version of project to 4.10 to align with AF
Browse files Browse the repository at this point in the history
Set version of project to 4.10 to align with AF

#176
  • Loading branch information
smcvb committed Aug 5, 2024
1 parent ae66afa commit 503e292
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
milestone: 7
milestone: 8
reviewers:
- "AxonFramework/framework-developers"
groups:
Expand All @@ -29,7 +29,7 @@ updates:
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
milestone: 7
milestone: 8
reviewers:
- "AxonFramework/framework-developers"
groups:
Expand Down
2 changes: 1 addition & 1 deletion eureka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion eureka-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion giftcard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
</parent>

<artifactId>giftcard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
<packaging>pom</packaging>

<name>Axon Framework - Spring Cloud Extension - Example</name>
Expand Down

0 comments on commit 503e292

Please sign in to comment.