From ef51173e72ed696d3dd9c05b0462224d9d673f38 Mon Sep 17 00:00:00 2001 From: Anton Seredkin Date: Mon, 7 Aug 2023 17:44:53 +0200 Subject: [PATCH] Updates in version 1.0.1-SNAPSHOT: * Protostuff 1.7.4 * Maven plugin to 3.11.0 * Java Source/Targets set to 17 and tested with 8 and 11 * annotation-api 1.3.2 as direct dependency as it is optional after Java 8 * Junit 4.13.2 * Guava 32.1.2-jre --- code-generation/plugin-proto-compiler/pom.xml | 7 ++++++- code-generation/pom.xml | 2 +- hello-world/pom.xml | 7 ++++++- multimodule-imports/a/pom.xml | 9 +++++++-- multimodule-imports/b/pom.xml | 9 +++++++-- multimodule-imports/pom.xml | 2 +- pom.xml | 20 +++++++++++-------- runtime-schema-usage/pom.xml | 3 +-- 8 files changed, 41 insertions(+), 18 deletions(-) diff --git a/code-generation/plugin-proto-compiler/pom.xml b/code-generation/plugin-proto-compiler/pom.xml index 99fb78e..52bc113 100644 --- a/code-generation/plugin-proto-compiler/pom.xml +++ b/code-generation/plugin-proto-compiler/pom.xml @@ -5,13 +5,18 @@ code-generation io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 plugin-proto-compiler + + javax.annotation + javax.annotation-api + ${annotation-api.version} + io.protostuff protostuff-core diff --git a/code-generation/pom.xml b/code-generation/pom.xml index 9a573a6..6b265fc 100644 --- a/code-generation/pom.xml +++ b/code-generation/pom.xml @@ -9,7 +9,7 @@ protostuff-examples io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT code-generation diff --git a/hello-world/pom.xml b/hello-world/pom.xml index 54a4db9..ef2351b 100644 --- a/hello-world/pom.xml +++ b/hello-world/pom.xml @@ -5,13 +5,18 @@ protostuff-examples io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 hello-world + + javax.annotation + javax.annotation-api + ${annotation-api.version} + io.protostuff protostuff-core diff --git a/multimodule-imports/a/pom.xml b/multimodule-imports/a/pom.xml index 25aee26..257554d 100644 --- a/multimodule-imports/a/pom.xml +++ b/multimodule-imports/a/pom.xml @@ -5,17 +5,22 @@ multimodule-imports io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 a + + javax.annotation + javax.annotation-api + ${annotation-api.version} + io.protostuff protostuff-core - 1.3.6 + ${protostuff.version} diff --git a/multimodule-imports/b/pom.xml b/multimodule-imports/b/pom.xml index 5032bf6..ffe94d2 100644 --- a/multimodule-imports/b/pom.xml +++ b/multimodule-imports/b/pom.xml @@ -5,7 +5,7 @@ multimodule-imports io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 @@ -14,6 +14,11 @@ + + javax.annotation + javax.annotation-api + ${annotation-api.version} + io.protostuff.examples a @@ -22,7 +27,7 @@ io.protostuff protostuff-core - 1.3.6 + ${protostuff.version} diff --git a/multimodule-imports/pom.xml b/multimodule-imports/pom.xml index 2ce45cf..809a3a6 100644 --- a/multimodule-imports/pom.xml +++ b/multimodule-imports/pom.xml @@ -5,7 +5,7 @@ protostuff-examples io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 2c6842e..11bf603 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,15 @@ io.protostuff.examples protostuff-examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT pom UTF-8 - 1.3.7 - 18.0 - 4.12 + 1.7.4 + 32.1.2-jre + 4.13.2 + 1.3.2 @@ -27,15 +28,18 @@ + org.apache.maven.plugins maven-compiler-plugin - 3.2 + 3.11.0 - 1.8 - 1.8 + + + 8 + 8 - \ No newline at end of file + diff --git a/runtime-schema-usage/pom.xml b/runtime-schema-usage/pom.xml index 3a58328..3b0ee3c 100644 --- a/runtime-schema-usage/pom.xml +++ b/runtime-schema-usage/pom.xml @@ -5,13 +5,12 @@ protostuff-examples io.protostuff.examples - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 runtime-schema-usage - io.protostuff