This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uima-addons.
commit c80b73b93ca6bf754f5cf91e71b79dd7c8f2e4ec Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 11 23:12:44 2015 +0100 Fixed the build failure with Maven 3 (Closes: #807706) --- debian/changelog | 7 +++++++ debian/control | 3 ++- debian/maven.ignoreRules | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 769b916..f983fe7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +uima-addons (2.3.1-4) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the build failure with Maven 3 (Closes: #807706) + + -- Emmanuel Bourg <[email protected]> Fri, 11 Dec 2015 23:11:15 +0100 + uima-addons (2.3.1-3) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index b4bad71..7d01296 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends-Indep: libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, l libslf4j-java, libuima-core-java, libxmlbeans-java, ant-doc, default-jdk-doc, libcommons-logging-java-doc, libjetty-java-doc, liblog4j1.2-java-doc, libservlet2.5-java-doc, libmaven-javadoc-plugin-java, libxmlbeans-maven-plugin-java (>= 2.3.3-3), libmaven-install-plugin-java, - libjavacc-maven-plugin-java + libjavacc-maven-plugin-java, libuima-tools-java, + libbuild-helper-maven-plugin-java Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/uima-addons.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/uima-addons.git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 0d42c0d..e791b2e 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -22,10 +22,12 @@ org.apache.lucene lucene-highlighter * * * * org.apache.lucene lucene-memory * * * * org.apache.lucene lucene-snowball * * * * org.apache.maven.plugins maven-deploy-plugin * * * * +org.apache.maven.plugins maven-release-plugin * * * * org.apache.solr solr-core * * * * org.apache.solr solr-solrj * * * * org.apache.tika tika-core * * * * org.apache.tika tika-parsers * * * * +org.apache.rat apache-rat-plugin * * * * org.easymock easymockclassextension * * * * org.eclipse.emf common * * * * org.eclipse.emf ecore * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uima-addons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

