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 4, 2024
1 parent 5981ecb commit 3e742fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions 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-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
</parent>

<artifactId>test-java16</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-h2</artifactId>
<version>14.6.0-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -30,14 +30,14 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>14.6.0-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>querybean-generator</artifactId>
<version>14.6.0-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions 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-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
</parent>

<artifactId>test-kotlin</artifactId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<version>14.6.0-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>14.6.0-FOC3-SNAPSHOT</version>
<version>14.6.0-FOC4-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 3e742fe

Please sign in to comment.