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