From c5a2a7c3dba6a90a52689277d5a4eb08a5a383d2 Mon Sep 17 00:00:00 2001 From: Kun Zhang Date: Mon, 6 Apr 2015 14:31:29 -0700 Subject: Process to deploy artifacts for multiple platforms into a single release. - Do not close the staging repository automatically - Added staging.repository property - Updated README with instructions for deployment - Fix building 32-bit Mac artifact --- protoc-artifacts/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protoc-artifacts/pom.xml') diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml index 7db7b53d..6cfcf057 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -90,6 +90,9 @@ release + + + @@ -114,7 +117,9 @@ sonatype-nexus-staging https://oss.sonatype.org/ + true false + ${staging.repository} -- cgit v1.2.3