Skip to content

Commit

Permalink
fix parent pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Jun 5, 2024
1 parent c2fb15d commit 9d3bd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quarkus-spring-aop-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<parent>
<artifactId>quarkus-spring-api</artifactId>
<groupId>io.quarkus</groupId>
<version>6.1.SP1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<version>6.1.SP2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<dependencies>
Expand Down

0 comments on commit 9d3bd83

Please sign in to comment.