diff --git a/pom.xml b/pom.xml
index cadca7c..d365b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,9 @@
- https://github.com/bolcom/cryptvault
- https://github.com/bolcom/cryptvault
+ https://github.com/bolcom/cryptvault/tree/master
+ scm:git:https://github.com/bolcom/cryptvault.git
+ scm:git:ssh://github.com/bolcom/cryptvault.git
@@ -30,7 +31,14 @@
ahorvath@bol.com
bol.com
1
- http://bol.com
+ https://bol.com
+
+
+ Stefan van den Akker
+ svandenakker@bol.com
+ bol.com
+ 1
+ https://bol.com
@@ -77,35 +85,91 @@
1.8
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.4
-
-
- attach-sources
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.10.3
-
-
- attach-javadocs
-
- jar
-
-
- -Xdoclint:none
-
-
-
-
+
+
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.4
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.3
+
+
+ attach-javadocs
+
+ jar
+
+
+ -Xdoclint:none
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+ ${gpg.keyname}
+
+ --pinentry-mode
+ loopback
+
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.13
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
+
+
+
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+