This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 46e5403737c9e277ba5fa9383040cd727b9a47ae Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 09:46:37 2016 +0200 Refreshed the patches --- debian/changelog | 4 +++- debian/patches/force-core-version.diff | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c28838..944b942 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -jackson-jaxrs-providers (2.4.2-2) UNRELEASED; urgency=medium +jackson-jaxrs-providers (2.7.3-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Refreshed the patches * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs diff --git a/debian/patches/force-core-version.diff b/debian/patches/force-core-version.diff index bada909..9d67490 100644 --- a/debian/patches/force-core-version.diff +++ b/debian/patches/force-core-version.diff @@ -1,89 +1,89 @@ --- a/base/pom.xml +++ b/base/pom.xml -@@ -40,12 +40,12 @@ ${project.groupId}.annotation.*;version= +@@ -32,12 +32,12 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>${version.jackson.core}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${version.jackson.core}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <!-- test deps should come from parent --> </dependencies> --- a/json/pom.xml +++ b/json/pom.xml -@@ -41,25 +41,25 @@ +@@ -32,25 +32,25 @@ <!-- builds on shared base JAX-RS handling code... --> <dependency> <artifactId>jackson-jaxrs-base</artifactId> - <groupId>${project.groupId}</groupId> - <version>${project.version}</version> + <groupId>com.fasterxml.jackson.jaxrs</groupId> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <!-- Extends Jackson core, mapper, and also (sort of optionally) on JAXB annotation handler --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>${version.jackson.core}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${version.jackson.core}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <!-- also need JAXB annotation support --> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> - <version>${version.jackson.jaxb}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <!-- test deps should mostly come from parent, including jersey --> --- a/smile/pom.xml +++ b/smile/pom.xml -@@ -42,30 +42,30 @@ +@@ -32,30 +32,30 @@ <!-- builds on shared base JAX-RS handling code... --> <dependency> <artifactId>jackson-jaxrs-base</artifactId> - <groupId>${project.groupId}</groupId> - <version>${project.version}</version> + <groupId>com.fasterxml.jackson.jaxrs</groupId> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <!-- Extends Jackson core, mapper, and also (sort of optionally) on JAXB annotation handler --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>${version.jackson.core}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${version.jackson.core}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-smile</artifactId> - <version>${version.jackson.smile}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> <!-- may also need JAXB annotation support --> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> - <version>${version.jackson.jaxb}</version> -+ <version>2.4.2</version> ++ <version>2.7.3</version> </dependency> </dependencies> <build> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

