Skip to content

Commit 3e742fe

Browse files
committed
fix poms after release
1 parent 5981ecb commit 3e742fe

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>ebean-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>14.6.0-FOC3-SNAPSHOT</version>
7+
<version>14.6.0-FOC4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>tests</artifactId>

tests/test-java16/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>tests</artifactId>
77
<groupId>io.ebean</groupId>
8-
<version>14.6.0-FOC3-SNAPSHOT</version>
8+
<version>14.6.0-FOC4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>test-java16</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.ebean</groupId>
2020
<artifactId>ebean-h2</artifactId>
21-
<version>14.6.0-FOC3-SNAPSHOT</version>
21+
<version>14.6.0-FOC4-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>
@@ -30,14 +30,14 @@
3030
<dependency>
3131
<groupId>io.ebean</groupId>
3232
<artifactId>ebean-test</artifactId>
33-
<version>14.6.0-FOC3-SNAPSHOT</version>
33+
<version>14.6.0-FOC4-SNAPSHOT</version>
3434
<scope>test</scope>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>io.ebean</groupId>
3939
<artifactId>querybean-generator</artifactId>
40-
<version>14.6.0-FOC3-SNAPSHOT</version>
40+
<version>14.6.0-FOC4-SNAPSHOT</version>
4141
<scope>provided</scope>
4242
</dependency>
4343

tests/test-kotlin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>tests</artifactId>
88
<groupId>io.ebean</groupId>
9-
<version>14.6.0-FOC3-SNAPSHOT</version>
9+
<version>14.6.0-FOC4-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>test-kotlin</artifactId>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.ebean</groupId>
4242
<artifactId>ebean</artifactId>
43-
<version>14.6.0-FOC3-SNAPSHOT</version>
43+
<version>14.6.0-FOC4-SNAPSHOT</version>
4444
</dependency>
4545

4646
<dependency>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.ebean</groupId>
5555
<artifactId>ebean-test</artifactId>
56-
<version>14.6.0-FOC3-SNAPSHOT</version>
56+
<version>14.6.0-FOC4-SNAPSHOT</version>
5757
<scope>test</scope>
5858
</dependency>
5959

0 commit comments

Comments
 (0)