From 74b645217ff19b2179858b570162cbc76c208c73 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Tue, 12 May 2020 22:41:15 -0400 Subject: [PATCH] configure publishing to the Central Repository, and publish version 0.1.5 --- runtime/pom.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/runtime/pom.xml b/runtime/pom.xml index 900ce60..6738137 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ runtime jar runtime - 0.1.4 + 0.1.5 Cap'n Proto runtime library org.capnproto @@ -38,6 +38,17 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + @@ -50,4 +61,68 @@ + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + false + + + + + + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + +