From 563c137f74148c128c40a97b527811994d1e73cd Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Wed, 1 Jun 2016 15:31:46 +0200 Subject: [PATCH] Release 1.0.0, add Sonatype release bits --- pom.xml | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 94 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5c52107..de712ed 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ 4.0.0 cz.scholz alias-key-manager - 1.0-SNAPSHOT + 1.0.0 jar AliasKeyManager Alternative KeyManager which selects the client private key for client authentication based on specified key alias or selects the first key in the keystore. It doesn't select the client key based on the supported CAs. - https://github.com/scholzj/AliasKeyManagern + http://scholzj.github.io/AliasKeyManager/ @@ -33,6 +33,17 @@ git@github.com:scholzj/AliasKeyManager.git + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + org.testng @@ -59,7 +70,88 @@ maven-surefire-plugin 2.19 + + org.eluder.coveralls + coveralls-maven-plugin + 4.1.0 + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + prepare-agent + + prepare-agent + + + + + + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + deploy + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + \ No newline at end of file