This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 695246ec6302c100809d19856bbf90f886ee46c4 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 10 15:37:40 2018 +0200 Updated the version of the Maven pom --- debian/changelog | 1 + debian/poms/ecj.pom | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 63c94f7..b27fc14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ecj (3.13.2-1) UNRELEASED; urgency=medium * New upstream release (from the R4_7_2 tag, identifies itself as 3.13.2) - Removed an optional dependency on the dom module + - Updated the version of the Maven pom * Standards-Version updated to 4.1.4 -- Emmanuel Bourg <[email protected]> Tue, 10 Apr 2018 10:20:10 +0200 diff --git a/debian/poms/ecj.pom b/debian/poms/ecj.pom index 483c50c..74070b0 100644 --- a/debian/poms/ecj.pom +++ b/debian/poms/ecj.pom @@ -6,7 +6,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.jdt.core.compiler</groupId> <artifactId>ecj</artifactId> - <version>3.12.3</version> + <version>3.13.2</version> <packaging>jar</packaging> <name>Eclipse ECJ</name> <description>Eclipse JDT Core Batch Compiler</description> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

