From 41f8bef30d4a77fcde1b8ac23490dd54c4eb316c8f6ae65e2535d5e5b49b65a1 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 20 Nov 2019 19:10:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jackson-bom?expand=0&rev=5 --- jackson-bom-2.10.1.tar.gz | 3 +++ jackson-bom-2.9.4.tar.gz | 3 --- jackson-bom.changes | 5 +++++ jackson-bom.spec | 6 ++++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 jackson-bom-2.10.1.tar.gz delete mode 100644 jackson-bom-2.9.4.tar.gz diff --git a/jackson-bom-2.10.1.tar.gz b/jackson-bom-2.10.1.tar.gz new file mode 100644 index 0000000..172e0f2 --- /dev/null +++ b/jackson-bom-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ea3029a0554736587b2bb4e3c66981d66669abb8aedb0d6bf223d176de0a4 +size 9953 diff --git a/jackson-bom-2.9.4.tar.gz b/jackson-bom-2.9.4.tar.gz deleted file mode 100644 index d3fa170..0000000 --- a/jackson-bom-2.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb64333a9b99b26c5125b1b6bb2a7d4bb8537fa18626f716681fb343fc585125 -size 3873 diff --git a/jackson-bom.changes b/jackson-bom.changes index e85b535..b089a09 100644 --- a/jackson-bom.changes +++ b/jackson-bom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 11:58:13 UTC 2019 - Pedro Monreal Gonzalez + +- Update to version 2.10.1 + ------------------------------------------------------------------- Wed May 8 05:30:40 UTC 2019 - Fridrich Strba diff --git a/jackson-bom.spec b/jackson-bom.spec index 2ec9859..71b15e2 100644 --- a/jackson-bom.spec +++ b/jackson-bom.spec @@ -1,7 +1,7 @@ # # spec file for package jackson-bom # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: jackson-bom -Version: 2.9.4 +Version: 2.10.1 Release: 0 Summary: Bill of materials POM for Jackson projects License: Apache-2.0 @@ -28,6 +28,7 @@ Source0: https://github.com/FasterXML/jackson-bom/archive/%{name}-%{versi # https://github.com/FasterXML/jackson-parent/issues/1 Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: javapackages-local +BuildRequires: maven-local BuildRequires: xmvn-resolve BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.7.1 BuildArch: noarch @@ -43,6 +44,7 @@ sed -i 's/\r//' LICENSE # Disable plugins not needed during RPM builds %pom_remove_plugin ":maven-enforcer-plugin" base +%pom_remove_plugin ":nexus-staging-maven-plugin" base %build