Skip to content

Commit

Permalink
fix poms after release
Browse files Browse the repository at this point in the history
  • Loading branch information
nPraml committed Oct 10, 2024
1 parent fab9259 commit 3966d5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>14.6.0-FOC6-SNAPSHOT</version>
<version>14.6.0-FOC7-SNAPSHOT</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-java16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tests</artifactId>
<groupId>io.ebean</groupId>
<version>14.6.0-FOC6-SNAPSHOT</version>
<version>14.6.0-FOC7-SNAPSHOT</version>
</parent>

<artifactId>test-java16</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>tests</artifactId>
<groupId>io.ebean</groupId>
<version>14.6.0-FOC6-SNAPSHOT</version>
<version>14.6.0-FOC7-SNAPSHOT</version>
</parent>

<artifactId>test-kotlin</artifactId>
Expand Down

0 comments on commit 3966d5a

Please sign in to comment.