From 08cef591d3bb2401dff583ccbf0170ff52f5e4a3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Oct 24 2020 11:22:47 +0000 Subject: update to version 42 --- diff --git a/.gitignore b/.gitignore index f6055a2..cbe60f4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /39.tar.gz /40.tar.gz /weld-parent-41.tar.gz +/weld-parent-42.tar.gz diff --git a/sources b/sources index 595d834..ced55fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weld-parent-41.tar.gz) = aca448cbaf8ffd9529b1539435c0aebae94d7c422fe4107ff3812a746a85fd58827f24ea0c5819ab9066b2ad50941ffb42b653efee3652b20d94efe0cfadebd5 +SHA512 (weld-parent-42.tar.gz) = 40bf5b9b706baa59760fecbca6f55cee10951ab40fe80ee48425a0faa1486d66b69d850ec7af10ce8c588f8be62af7efd670f3db1f6786d251986295d165576c diff --git a/weld-parent.spec b/weld-parent.spec index cdfbe3e..3207921 100644 --- a/weld-parent.spec +++ b/weld-parent.spec @@ -1,5 +1,5 @@ Name: weld-parent -Version: 41 +Version: 42 Release: 1%{?dist} Summary: Parent POM for Weld License: ASL 2.0 @@ -23,6 +23,9 @@ Parent POM for Weld %pom_remove_plugin :maven-remote-resources-plugin %pom_remove_plugin :maven-source-plugin +%pom_remove_dep :maven-scm-api + + %build %mvn_build @@ -32,6 +35,9 @@ Parent POM for Weld %files -f .mfiles %changelog +* Sat Oct 24 2020 Fabio Valentini - 42-1 +- Update to version 42. + * Tue Aug 11 2020 Fabio Valentini - 41-1 - Update to version 41.