diff --git a/adapter-mode/pom.xml b/adapter-mode/pom.xml index 4505bb3..045787a 100644 --- a/adapter-mode/pom.xml +++ b/adapter-mode/pom.xml @@ -10,6 +10,18 @@ 4.0.0 adapter-mode + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + \ No newline at end of file diff --git a/factory-mode/pom.xml b/factory-mode/pom.xml index b3d3513..f1bd53d 100644 --- a/factory-mode/pom.xml +++ b/factory-mode/pom.xml @@ -14,6 +14,18 @@ factory-mode http://www.example.com + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + diff --git a/javayh-common/pom.xml b/javayh-common/pom.xml index 5f95ff1..2a44636 100644 --- a/javayh-common/pom.xml +++ b/javayh-common/pom.xml @@ -14,4 +14,16 @@ javayh-common http://www.javayh.cloud + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + diff --git a/pom.xml b/pom.xml index 5ddaf37..cb835af 100644 --- a/pom.xml +++ b/pom.xml @@ -28,9 +28,9 @@ UTF-8 UTF-8 - 14 - 14 - 14 + 8 + 8 + 8 UTF-8 --enable-preview 3.8.1 diff --git a/proxy-mode/pom.xml b/proxy-mode/pom.xml index e8a8b32..d51b0e3 100644 --- a/proxy-mode/pom.xml +++ b/proxy-mode/pom.xml @@ -10,6 +10,18 @@ 4.0.0 proxy-mode + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + \ No newline at end of file diff --git a/state-mode/pom.xml b/state-mode/pom.xml index 666895f..56226ba 100644 --- a/state-mode/pom.xml +++ b/state-mode/pom.xml @@ -10,6 +10,18 @@ 4.0.0 state-mode + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + com.javayh diff --git a/strategist-mode/pom.xml b/strategist-mode/pom.xml index 83ee3cf..c08e2bf 100644 --- a/strategist-mode/pom.xml +++ b/strategist-mode/pom.xml @@ -13,6 +13,18 @@ strategist-model http://www.javayh.cloud + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + diff --git a/template-mode/pom.xml b/template-mode/pom.xml index f2654c8..6be42ed 100644 --- a/template-mode/pom.xml +++ b/template-mode/pom.xml @@ -14,6 +14,18 @@ template-mode http://www.example.com + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + +