[Git][java-team/jackson-dataformat-yaml][master] 6 commits: Fixed the build failure caused by the latest jackson-core upgrade

Emmanuel Bourg gitlab at salsa.debian.org
Sun Jan 6 21:41:32 GMT 2019


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jackson-dataformat-yaml


Commits:
93d9692d by Emmanuel Bourg at 2019-01-06T21:36:44Z
Fixed the build failure caused by the latest jackson-core upgrade

- - - - -
8ca2e5ee by Emmanuel Bourg at 2019-01-06T21:36:49Z
Standards-Version updated to 4.3.0

- - - - -
45cf83d1 by Emmanuel Bourg at 2019-01-06T21:36:59Z
Use salsa.debian.org Vcs-* URLs

- - - - -
1c7bee6e by Emmanuel Bourg at 2019-01-06T21:38:07Z
New upstream version 2.8.11
- - - - -
29588468 by Emmanuel Bourg at 2019-01-06T21:38:07Z
Update upstream source from tag 'upstream/2.8.11'

Update to upstream version '2.8.11'
with Debian dir 18661434d9a5953eca607d8dbf28e1881b0ae0a8
- - - - -
2e719f0f by Emmanuel Bourg at 2019-01-06T21:41:02Z
New upstream release (2.8.11)

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/maven.rules
- − debian/patches/parent-pom.patch
- debian/patches/series
- pom.xml
- release-notes/VERSION


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+jackson-dataformat-yaml (2.8.11-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release
+  * Fixed the build failure caused by the latest jackson-core upgrade
+  * Standards-Version updated to 4.3.0
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 06 Jan 2019 22:40:29 +0100
+
 jackson-dataformat-yaml (2.8.10-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -23,9 +23,9 @@ Build-Depends:
  libyaml-snake-java-doc,
  maven-debian-helper (>= 1.6.5),
  xmlstarlet
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-dataformat-yaml.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jackson-dataformat-yaml.git
+Standards-Version: 4.3.0
+Vcs-Git: https://salsa.debian.org/java-team/jackson-dataformat-yaml.git
+Vcs-Browser: https://salsa.debian.org/java-team/jackson-dataformat-yaml
 Homepage: https://github.com/FasterXML/jackson-dataformat-yaml
 
 Package: libjackson2-dataformat-yaml


=====================================
debian/maven.rules
=====================================
@@ -9,4 +9,4 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml * s/.*/2.x/ * *
 junit junit jar s/.*/4.x/ * *
 org.yaml snakeyaml bundle s/1\..*/1.x/ * *
 org.yaml snakeyaml s/jar/bundle/ s/1\..*/1.x/ * *
-com.fasterxml.jackson jackson-parent * s/.*/debian/ * *
+com.fasterxml.jackson jackson-parent pom s/2.8/debian/ * *


=====================================
debian/patches/parent-pom.patch deleted
=====================================
@@ -1,24 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 13 Oct 2017 23:37:07 +0200
-Subject: parent pom
-
-A maven rule has no effect. Bug in maven-debian-helper?
-
-Forwarded: not-needed
----
- pom.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pom.xml b/pom.xml
-index b304a60..73fedb7 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -4,7 +4,7 @@
-   <parent>
-     <groupId>com.fasterxml.jackson</groupId>
-     <artifactId>jackson-parent</artifactId>
--    <version>2.8</version>
-+    <version>2.9.1</version>
-   </parent>
- 
-   <groupId>com.fasterxml.jackson.dataformat</groupId>


=====================================
debian/patches/series
=====================================
@@ -1,4 +1,3 @@
 0002-depend-on-junit.patch
 0003-ignore-integration-tests.patch
-parent-pom.patch
 snakeyaml-1.20.patch


=====================================
pom.xml
=====================================
@@ -9,7 +9,7 @@
 
   <groupId>com.fasterxml.jackson.dataformat</groupId>
   <artifactId>jackson-dataformat-yaml</artifactId>
-  <version>2.8.10</version>
+  <version>2.8.11</version>
   <packaging>bundle</packaging>
   <name>Jackson-dataformat-YAML</name>
   <description>Support for reading and writing YAML-encoded data via Jackson abstractions.
@@ -19,11 +19,11 @@
     <connection>scm:git:git at github.com:FasterXML/jackson-dataformat-yaml.git</connection>
     <developerConnection>scm:git:git at github.com:FasterXML/jackson-dataformat-yaml.git</developerConnection>
     <url>http://github.com/FasterXML/jackson-dataformat-yaml</url>    
-    <tag>jackson-dataformat-yaml-2.8.10</tag>
+    <tag>jackson-dataformat-yaml-2.8.11</tag>
   </scm>
 
   <properties>
-    <version.jackson.core>2.8.10</version.jackson.core>
+    <version.jackson.core>2.8.11</version.jackson.core>
 
     <packageVersion.dir>com/fasterxml/jackson/dataformat/yaml</packageVersion.dir>
     <packageVersion.package>${project.groupId}.yaml</packageVersion.package>


=====================================
release-notes/VERSION
=====================================
@@ -4,6 +4,7 @@ Project: jackson-dataformat-yaml
 = Releases
 ------------------------------------------------------------------------
 
+2.8.11 (24-Dec-2017)
 2.8.10 (24-Aug-2017)
 2.8.9 (12-Jun-2017)
 



View it on GitLab: https://salsa.debian.org/java-team/jackson-dataformat-yaml/compare/e92998bd1aa0ad5317266c32b95dcc46fe7a8edd...2e719f0fb5404e1a8882b6bf425ce48a0a98100f

-- 
View it on GitLab: https://salsa.debian.org/java-team/jackson-dataformat-yaml/compare/e92998bd1aa0ad5317266c32b95dcc46fe7a8edd...2e719f0fb5404e1a8882b6bf425ce48a0a98100f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190106/a4560b01/attachment.html>


More information about the pkg-java-commits mailing list