diff --git a/pom.xml b/pom.xml
index 1f33108..6bf149e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,7 @@
hapi-fhir-jpaserver-starter
+ war
11
@@ -27,8 +28,6 @@
3.8.3
- war
-
HAPI FHIR JPA Server - Starter Project
@@ -353,7 +352,6 @@
test
-
@@ -588,5 +586,61 @@
+
+ ossrh-repo
+
+ false
+
+ deployToSonatype
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.13
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+ ${gpg.keyname}
+ ${gpg.keyname}
+
+ --pinentry-mode
+ loopback
+
+
+
+
+
+
+
+