This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tiles-request.
commit ee96ddc390621319d58b45d35e38edbdf75aabe7 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 7 10:04:51 2016 +0200 Added the missing rule for the JSP API (Closes: #829722) --- debian/changelog | 6 ++++++ debian/maven.rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7a674f3..05d17c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tiles-request (1.0.6-2) unstable; urgency=medium + + * Added the missing rule for the JSP API (Closes: #829722) + + -- Emmanuel Bourg <[email protected]> Thu, 07 Jul 2016 10:04:46 +0200 + tiles-request (1.0.6-1) unstable; urgency=medium * Initial release (Closes: #825571) diff --git a/debian/maven.rules b/debian/maven.rules index 41c88b2..6ef2735 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,5 @@ javax.portlet portlet-api * * * * javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * * +javax.servlet.jsp s/jsp-api/javax.servlet.jsp-api/ * s/.*/2.3/ * * org.springframework * * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tiles-request.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

