Skip to content

Commit

Permalink
Fix poms
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasPoehler committed Aug 22, 2023
1 parent 22db4e3 commit ee17ab5
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>13.20.2-FOC3-SNAPSHOT</version>
<version>13.20.2-FOC4-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>13.20.2-FOC3-SNAPSHOT</version>
<version>13.20.2-FOC4-SNAPSHOT</version>
</parent>

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

<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>13.20.2-FOC3-SNAPSHOT</version>
<version>13.20.2-FOC4-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>13.20.2-FOC3-SNAPSHOT</version>
<version>13.20.2-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>13.20.2-FOC3-SNAPSHOT</version>
<version>13.20.2-FOC4-SNAPSHOT</version>
</dependency>

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

Expand Down

0 comments on commit ee17ab5

Please sign in to comment.