Skip to content

Commits on Source 4

jackson-module-jaxb-annotations (2.8.10-4) unstable; urgency=medium
* Team upload.
* Use a Maven rule instead of a patch to build with the current version
of jackson-core
* Standards-Version updated to 4.3.0
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Sun, 30 Dec 2018 23:46:43 +0100
jackson-module-jaxb-annotations (2.8.10-3) unstable; urgency=medium
* Team upload.
......
......@@ -19,9 +19,9 @@ Build-Depends:
libreplacer-java,
maven-debian-helper (>= 1.5),
xmlstarlet
Standards-Version: 4.2.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-module-jaxb-annotations.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jackson-module-jaxb-annotations.git
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/jackson-module-jaxb-annotations.git
Vcs-Browser: https://salsa.debian.org/java-team/jackson-module-jaxb-annotations
Homepage: http://wiki.fasterxml.com/JacksonJAXBAnnotations
Package: libjackson2-module-jaxb-annotations-java
......
......@@ -3,3 +3,4 @@ com.fasterxml.jackson.core jackson-annotations * s/.*/2.x/ * *
com.fasterxml.jackson.core jackson-core * s/.*/2.x/ * *
com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * *
com.fasterxml.jackson.module jackson-module-jaxb-annotations * s/.*/2.x/ * *
com.fasterxml.jackson jackson-bom pom s/2.8.10/debian/ * *
From: Markus Koschany <apo@debian.org>
Date: Sat, 14 Oct 2017 18:11:10 +0200
Subject: jackson bom
Fix FTBFS due to wrong version of jackson-bom.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 843dd44..536e681 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
- <version>2.8.10</version>
+ <version>2.9.4</version>
</parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
......@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename