This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mina2.
commit 285e0eafc403c5a83de4c5942615ebfef3b1f864 Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 20 19:33:19 2016 +0200 No longer use the 3.x Spring artifacts --- debian/changelog | 1 + debian/maven.rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 72d5552..17cb694 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mina2 (2.0.15-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + * No longer use the 3.x Spring artifacts -- Emmanuel Bourg <[email protected]> Thu, 20 Oct 2016 19:14:42 +0200 diff --git a/debian/maven.rules b/debian/maven.rules index e67aabd..20b6129 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -4,7 +4,6 @@ junit junit jar s/.*/4.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * org.apache.mina build pom s/2\..*/2.x/ * * org.apache.mina mina-parent pom s/2\..*/2.x/ * * -org.springframework s/spring/spring-beans/ jar s/.*/3.x/ * * -org.springframework * jar s/.*/3.x/ * * org.apache.mina * s/.*/jar/ s/2\..*/2.x/ * * org.apache.tomcat tomcat-jni * s/.*/8.x/ * * +org.springframework s/spring/spring-beans/ * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mina2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

