[Git][java-team/jackson-jr][master] 5 commits: Declare compliance with Debian Policy 4.2.1.
Markus Koschany
gitlab at salsa.debian.org
Tue Oct 2 18:56:43 BST 2018
Markus Koschany pushed to branch master at Debian Java Maintainers / jackson-jr
Commits:
16fbfb6b by Markus Koschany at 2018-10-02T17:02:05Z
Declare compliance with Debian Policy 4.2.1.
- - - - -
652c483f by Markus Koschany at 2018-10-02T17:49:00Z
New upstream version 2.9.7
- - - - -
c5c5cc05 by Markus Koschany at 2018-10-02T17:49:04Z
Update upstream source from tag 'upstream/2.9.7'
Update to upstream version '2.9.7'
with Debian dir 8bfe75636d880b444ae4daaa2373157b77aabb5b
- - - - -
830c630f by Markus Koschany at 2018-10-02T17:50:03Z
Update changelog
- - - - -
41952fb2 by Markus Koschany at 2018-10-02T17:52:43Z
Add jackson-base-version.patch and fix a FTBFS.
- - - - -
10 changed files:
- debian/changelog
- debian/control
- + debian/patches/jackson-base-version.patch
- + debian/patches/series
- jr-all/pom.xml
- jr-objects/pom.xml
- jr-retrofit2/pom.xml
- jr-stree/pom.xml
- pom.xml
- release-notes/VERSION
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jackson-jr (2.9.7-1) unstable; urgency=medium
+
+ * New upstream version 2.9.7.
+ * Declare compliance with Debian Policy 4.2.1.
+
+ -- Markus Koschany <apo at debian.org> Tue, 02 Oct 2018 19:49:48 +0200
+
jackson-jr (2.9.4-1) unstable; urgency=medium
* New upstream version 2.9.4
=====================================
debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends:
libreplacer-java,
maven-debian-helper (>= 2.1),
xmlstarlet
-Standards-Version: 4.1.3
+Standards-Version: 4.2.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-jr.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/jackson-jr.git
Homepage: https://github.com/FasterXML/jackson-jr
=====================================
debian/patches/jackson-base-version.patch
=====================================
@@ -0,0 +1,22 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 2 Oct 2018 19:51:59 +0200
+Subject: jackson-base-version
+
+Forwarded: not-needed
+---
+ pom.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index 7d448ff..1373f4c 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -3,7 +3,7 @@
+ <parent>
+ <groupId>com.fasterxml.jackson</groupId>
+ <artifactId>jackson-base</artifactId>
+- <version>2.9.7</version>
++ <version>debian</version>
+ </parent>
+ <groupId>com.fasterxml.jackson.jr</groupId>
+ <artifactId>jackson-jr-parent</artifactId>
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+jackson-base-version.patch
=====================================
jr-all/pom.xml
=====================================
@@ -5,7 +5,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
- <version>2.9.4</version>
+ <version>2.9.7</version>
</parent>
<artifactId>jackson-jr-all</artifactId>
<name>jackson-jr-all</name>
=====================================
jr-objects/pom.xml
=====================================
@@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
- <version>2.9.4</version>
+ <version>2.9.7</version>
</parent>
<artifactId>jackson-jr-objects</artifactId>
<packaging>bundle</packaging>
=====================================
jr-retrofit2/pom.xml
=====================================
@@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
- <version>2.9.4</version>
+ <version>2.9.7</version>
</parent>
<artifactId>jackson-jr-retrofit2</artifactId>
<packaging>bundle</packaging>
=====================================
jr-stree/pom.xml
=====================================
@@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
- <version>2.9.4</version>
+ <version>2.9.7</version>
</parent>
<artifactId>jackson-jr-stree</artifactId>
<packaging>bundle</packaging>
=====================================
pom.xml
=====================================
@@ -3,12 +3,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
- <version>2.9.4</version>
+ <version>2.9.7</version>
</parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<name>Parent pom for Jackson jr components</name>
- <version>2.9.4</version>
+ <version>2.9.7</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson jr components
</description>
@@ -25,7 +25,7 @@
<connection>scm:git:git at github.com:FasterXML/jackson-jr.git</connection>
<developerConnection>scm:git:git at github.com:FasterXML/jackson-jr.git</developerConnection>
<url>http://github.com/FasterXML/jackson-jr</url>
- <tag>jackson-jr-parent-2.9.4</tag>
+ <tag>jackson-jr-parent-2.9.7</tag>
</scm>
<properties>
=====================================
release-notes/VERSION
=====================================
@@ -4,6 +4,9 @@ Project: jackson-jr
=== Releases ===
------------------------------------------------------------------------
+2.9.7 (19-Sep-2018)
+2.9.6 (12-Jun-2018)
+2.9.5 (26-Mar-2018)
2.9.4 (24-Jan-2018)
2.9.3 (09-Dec-2017)
2.9.2 (14-Oct-2017)
View it on GitLab: https://salsa.debian.org/java-team/jackson-jr/compare/c181b9d4929cc9dd375aaf1414366e47225f12ff...41952fb221eb2933d16403a00fe3de856cbfd404
--
View it on GitLab: https://salsa.debian.org/java-team/jackson-jr/compare/c181b9d4929cc9dd375aaf1414366e47225f12ff...41952fb221eb2933d16403a00fe3de856cbfd404
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/20181002/9d47d7e6/attachment.html>
More information about the pkg-java-commits
mailing list