Codebase list jackson-datatype-joda / 9d10f15
Add base-pom-version.patch to fix a FTBFS because of wrong base-pom version Markus Koschany 4 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Markus Koschany <apo@debian.org>
1 Date: Thu, 3 Oct 2019 18:42:06 +0200
2 Subject: base-pom version
3
4 ---
5 pom.xml | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/pom.xml b/pom.xml
9 index e0b841b..c7acb29 100644
10 --- a/pom.xml
11 +++ b/pom.xml
12 @@ -4,7 +4,7 @@
13 <parent>
14 <groupId>com.fasterxml.jackson</groupId>
15 <artifactId>jackson-base</artifactId>
16 - <version>2.10.0</version>
17 + <version>debian</version>
18 </parent>
19 <groupId>com.fasterxml.jackson.datatype</groupId>
20 <artifactId>jackson-datatype-joda</artifactId>
0 base-pom-version.patch