diff --git a/exception-handler/pom.xml b/exception-handler/pom.xml index c7f5c43..47c7a23 100644 --- a/exception-handler/pom.xml +++ b/exception-handler/pom.xml @@ -234,11 +234,11 @@ - + - + diff --git a/pom.xml b/pom.xml index df959cb..558b021 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 com.github.raychatter spring-restful-exception-handler-parent @@ -16,6 +16,35 @@ scm:git:git@github.com:raychatter/spring-restful-exception-handler.git git@github.com:raychatter/spring-restful-exception-handler.git + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + + exception-handler sample diff --git a/sample/pom.xml b/sample/pom.xml index 2df0417..6d7f86f 100755 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -15,6 +15,35 @@ 3.1.1.RELEASE + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + +