diff --git a/pom.xml b/pom.xml
index 7bd1b84..f50711d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.dataverse.test
hello
- 0.0.1-SNAPSHOT
+ 0.0.1
hello
A hello world app for testing.
https://github.com/gdcc/hello
@@ -24,6 +24,7 @@
scm:git:git@github.com:gdcc/hello.git
+ https://github.com/gdcc/hello
@@ -42,6 +43,7 @@
1.6.13
1.7.0
2.43.0
+ none
@@ -120,4 +122,55 @@
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ sign-artifacts
+
+ sign
+
+ verify
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ false
+ ${javadoc.lint}
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+
+