This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository resteasy.
commit ae2e500fbbbfccfc60223ba59df0ee1beca6d8da Author: Timo Aaltonen <[email protected]> Date: Tue Feb 14 10:46:29 2017 +0200 Enable resteasy-legacy, dogtag-pki needs it. (LP: ##1664457) --- debian/changelog | 6 ++++++ debian/libresteasy-java.poms | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e19c8cf..835f40c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +resteasy (3.1.0-2) UNRELEASED; urgency=medium + + * Enable resteasy-legacy, dogtag-pki needs it. (LP: ##1664457) + + -- Timo Aaltonen <[email protected]> Tue, 14 Feb 2017 10:41:10 +0200 + resteasy (3.1.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/libresteasy-java.poms b/debian/libresteasy-java.poms index c2d29a4..f529b8c 100644 --- a/debian/libresteasy-java.poms +++ b/debian/libresteasy-java.poms @@ -51,7 +51,7 @@ resteasy-guice/pom.xml --ignore resteasy-jaxrs/pom.xml --has-package-version resteasy-jaxrs-services/pom.xml --has-package-version resteasy-jsapi/pom.xml --ignore -resteasy-legacy/pom.xml --ignore +resteasy-legacy/pom.xml --has-package-version resteasy-links/pom.xml --ignore resteasy-spring/pom.xml --ignore resteasy-servlet-initializer/pom.xml --ignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/resteasy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

