This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jenkins.
commit 981ffefd9c8fd574fee568d49d4a3e4a96b4fef5 Author: Tim Potter <[email protected]> Date: Wed Mar 4 22:06:20 2015 +1100 Rename jffi groupId to new location of com.github.jnr --- debian/changelog | 7 +++++++ .../dependency-upgrades/0030-rename-jffi-groupid.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index b9f0007..a01dbe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jenkins (1.565.3-4) unstable; urgency=medium + + * Team upload. + * Rename jffi Maven groupId to new location of com.github.jnr + + -- Tim Potter <[email protected]> Wed, 04 Mar 2015 22:05:04 +1100 + jenkins (1.565.3-3) unstable; urgency=medium * Team upload. diff --git a/debian/patches/dependency-upgrades/0030-rename-jffi-groupid.patch b/debian/patches/dependency-upgrades/0030-rename-jffi-groupid.patch new file mode 100644 index 0000000..6c6abcb --- /dev/null +++ b/debian/patches/dependency-upgrades/0030-rename-jffi-groupid.patch @@ -0,0 +1,13 @@ +Index: jenkins/core/pom.xml +=================================================================== +--- jenkins.orig/core/pom.xml ++++ jenkins/core/pom.xml +@@ -117,7 +117,7 @@ THE SOFTWARE. + <version>3.0.1</version> + </dependency> + <dependency> +- <groupId>org.jruby.extras</groupId> ++ <groupId>com.github.jnr</groupId> + <artifactId>jffi</artifactId> + <version>0.6.5</version> + </dependency> diff --git a/debian/patches/series b/debian/patches/series index fb76c72..b8e55a1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -24,3 +24,4 @@ build/0019-io-compat.pach.patch 0027-add-cglib-dependency.patch 0028-properly-set-httponly-flag-for-tomcat.patch 0029-master-slave-security-warning.patch +dependency-upgrades/0030-rename-jffi-groupid.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

