From da2c793083efddc9d73342622204b83591aa10a8 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 4 Dec 2020 04:15:08 +0100 Subject: [build] added a publish target for the mapstruct binding jar --- buildScripts/mapstructBinding.ant.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/mapstructBinding.ant.xml b/buildScripts/mapstructBinding.ant.xml index 0a3b94c4..3cae5598 100644 --- a/buildScripts/mapstructBinding.ant.xml +++ b/buildScripts/mapstructBinding.ant.xml @@ -96,6 +96,37 @@ exists as a separate dependency solely because it is itself dependent on both lo + + + + + + + + + + + + The artifact has been published to staging. Now go to https://oss.sonatype.org/ and log in as Reinier, then doublecheck if all is well and 'release' it. + + + -- cgit