From e85a471fcfe985192c6a5c1d01a22315ffbc8299 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Wed, 22 Sep 2021 14:11:46 +1200 Subject: [PATCH] #2380 Related test pom only changes Note that we can't run both test-java16 and test-kotlin together as kotlin isn't yet working on JDK 16 --- pom.xml | 2 +- tests/pom.xml | 4 +++- tests/test-java16/pom.xml | 6 +++--- tests/test-kotlin/pom.xml | 15 +++------------ 4 files changed, 10 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 3615b4fd5..04e7e893e 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ ebean-querybean ebean-postgis ebean-redis - + tests diff --git a/tests/pom.xml b/tests/pom.xml index 28e238922..a2b7c3faa 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -16,7 +16,9 @@ test modules - test-java16 + + + test-kotlin diff --git a/tests/test-java16/pom.xml b/tests/test-java16/pom.xml index e3c81605e..d8500179f 100644 --- a/tests/test-java16/pom.xml +++ b/tests/test-java16/pom.xml @@ -19,7 +19,7 @@ io.ebean ebean - 12.11.4-SNAPSHOT + 12.12.0-SNAPSHOT @@ -31,7 +31,7 @@ io.ebean ebean-test - 12.11.4-SNAPSHOT + 12.12.0-SNAPSHOT test @@ -57,7 +57,7 @@ io.ebean querybean-generator - 12.11.4-SNAPSHOT + 12.12.0-SNAPSHOT diff --git a/tests/test-kotlin/pom.xml b/tests/test-kotlin/pom.xml index 87ef28f4a..4d892af66 100644 --- a/tests/test-kotlin/pom.xml +++ b/tests/test-kotlin/pom.xml @@ -18,7 +18,7 @@ 11 11 - 12.11.5 + 12.12.0 1.5.31 2.12.1 @@ -34,14 +34,14 @@ io.ebean ebean-test - 12.11.6-SNAPSHOT + 12.12.0-SNAPSHOT test io.ebean ebean-core - 12.11.6-SNAPSHOT + 12.12.0-SNAPSHOT test @@ -104,15 +104,6 @@ - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - true - -