From 33049a16a506abd3dd567c4014103772e8fade75 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sat, 25 Jul 2020 20:32:07 -0700 Subject: [PATCH] Bump version and add source Jar creation Signed-off-by: Gary O'Neall --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8ea21ae..d1fe1f53 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spdx spdx-tools - 2.2.2-SNAPSHOT + 2.2.2 SPDX tools SPDX tools @@ -429,6 +429,20 @@ This license is based on the Apache Software License, version 1.1. + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + verify + + jar-no-fork + + + +