diff --git a/circle.yml b/circle.yml index a6360356..fb6fb286 100644 --- a/circle.yml +++ b/circle.yml @@ -34,7 +34,7 @@ jobs: - checkout - run: name: Java 10 - Test current version - command: ./mvnw -Pdistribute,snapshot,docs clean test + command: ./mvnw -Pdistribute,snapshot,docs,java10 clean test java_10_test_spring_next: docker: @@ -43,7 +43,7 @@ jobs: - checkout - run: name: Java 10 - Test Spring.NEXT - command: ./mvnw -Pspringnext clean test + command: ./mvnw -Pspringnext,java10 clean test java_10_test_spring_buildsnapshot: docker: @@ -52,7 +52,7 @@ jobs: - checkout - run: name: Java 10 - Test Spring.NEXT - command: ./mvnw -Pspring-buildsnapshot clean test + command: ./mvnw -Pspring-buildsnapshot,java10 clean test deploy: docker: diff --git a/pom.xml b/pom.xml index b90b5b49..278069c1 100644 --- a/pom.xml +++ b/pom.xml @@ -595,13 +595,6 @@ java10 - - 10 - - - - 1.10 -