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 Jul 24, 2023
1 parent 8a184c4 commit dfe7b8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ebean-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.17.3-FOC14-SNAPSHOT</version>
<version>13.17.3-FOC15-SNAPSHOT</version>
</parent>

<artifactId>ebean-kotlin</artifactId>
Expand Down
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>13.17.3-FOC14-SNAPSHOT</version>
<version>13.17.3-FOC15-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>13.17.3-FOC14-SNAPSHOT</version>
<version>13.17.3-FOC15-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>13.17.3-FOC14-SNAPSHOT</version>
<version>13.17.3-FOC15-SNAPSHOT</version>
</parent>

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

0 comments on commit dfe7b8a

Please sign in to comment.