diff --git a/build_tools/resources/template/parent/top.xml b/build_tools/resources/template/parent/top.xml
index 0bec6fc..7c7bf1a 100644
--- a/build_tools/resources/template/parent/top.xml
+++ b/build_tools/resources/template/parent/top.xml
@@ -10,19 +10,40 @@
${project.artifactId}
${project.artifactId}
- 0.0.6-SNAPSHOT
+ 0.0.7
11
- 3.0.0
- 5.9.2
- 1.0.16
+ 3.5.4
+ 5.13.4
+ 1.0.20
${java.version}
${java.version}
+ ${java.version}
UTF-8
+ 3.14.0
${maven.compiler.encoding}
pom
2020
+ https://github.com/Certseeds/algorithm-template-java
+
+
+
+ AGPL-3.0-or-later
+ https://spdx.org/licenses/AGPL-3.0-or-later.html
+ repo
+
+
+
+
+ GitHub Issues
+ https://github.com/Certseeds/algorithm-template-java/issues
+
+
+ GitHub Actions
+ https://github.com/Certseeds/algorithm-template-java/actions
+
+
org.junit.jupiter
@@ -36,6 +57,18 @@
${junit.version}
test
+
+ org.slf4j
+ slf4j-jdk14
+ 2.0.17
+ test
+
+
+ org.projectlombok
+ lombok
+ 1.18.42
+ test
+
@@ -51,13 +84,21 @@
- clean
-
+ clean
flatten
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven.compiler.plugin.version}
+
+
+ ${java.version}
+
+
diff --git a/pom.xml b/pom.xml
index 59abd01..7d29e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
${project.artifactId}
${project.artifactId}
- 0.0.6
+ 0.0.7
11
3.5.4
5.13.4