17
0

3 Commits

2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 23 09:52:27 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix "Not fully interpolated version" error with Maven 4
-------------------------------------------------------------------
Wed Nov 6 07:55:24 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package jackson-databind
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -55,6 +55,8 @@ mkdir -p lib
cp -p src/main/resources/META-INF/NOTICE .
sed -i 's/\r//' LICENSE NOTICE
%pom_change_dep com.fasterxml.jackson.core:: ::-:
%build
build-jar-repository -s lib jackson-annotations jackson-core
ant jar javadoc