Skip to content

Commit

Permalink
Bump version to 14.8.1-FOC7
Browse files Browse the repository at this point in the history
  • Loading branch information
rPraml committed Mar 3, 2025
1 parent f7882e5 commit 7960bb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-SNAPSHOT</version>
</parent>

<artifactId>tests</artifactId>
Expand Down
6 changes: 3 additions & 3 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.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-SNAPSHOT</version>
</parent>

<artifactId>test-java16</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-h2</artifactId>
<version>14.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>14.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-SNAPSHOT</version>
<scope>test</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.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-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.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>14.8.1-FOC6-SNAPSHOT</version>
<version>14.8.1-FOC7-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7960bb4

Please sign in to comment.