Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2235b90be0 | |||
| 407f90b010 | |||
| 808698cc58 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user