diff --git a/pom.xml b/pom.xml index b5467295..93f13bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.mustangproject core @@ -118,9 +119,9 @@ UTF-8 - - attach-javadoc - + + attach-javadoc + @@ -146,7 +147,7 @@ ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -190,4 +191,37 @@ + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + +