This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala-xml.
commit 198b8ca469a25e9584eaf3b42be4dd80000914cf Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 19 18:26:26 2015 +0200 Changed the Maven rules to use the Scala 2.11.x artifacts --- debian/changelog | 6 ++++++ debian/maven.rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index a2b8676..21978b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scala-xml (1.0.3-2) unstable; urgency=medium + + * Changed the Maven rules to use the Scala 2.11.x artifacts + + -- Emmanuel Bourg <[email protected]> Fri, 19 Jun 2015 17:03:11 +0200 + scala-xml (1.0.3-1) unstable; urgency=medium * Initial release. (Closes: #789002) diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..20d35b5 --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,2 @@ +org.scala-lang scala-* * s/2\.11.*/2.11.x/ * * +org.scala-lang scala-* * s/2\.12.*/2.12.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-xml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

