This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit a5794d760de3037c0114f509781339557e31eb58 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 26 16:44:02 2014 +0200 New upstream release (3.10.0) Updated the version of the Maven pom --- debian/changelog | 5 ++++- debian/poms/ecj.pom | 2 +- debian/rules | 2 +- debian/watch | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ad5eeb4..9490607 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ -ecj (3.9.0-3) UNRELEASED; urgency=medium +ecj (3.10.0-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release (built from the R4_4 tag, identifies itself as 3.10.0) + - Refreshed gcc-changes.diff + - Updated the version of the Maven pom * debian/control: - Removed the recommended dependency on a JRE for libecj-java - Added the Homepage and the Vcs-* fields diff --git a/debian/poms/ecj.pom b/debian/poms/ecj.pom index f268e80..a0e515f 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.8.2</version> + <version>3.10.0</version> <packaging>jar</packaging> <name>Eclipse ECJ</name> <description>Eclipse JDT Core Batch Compiler</description> diff --git a/debian/rules b/debian/rules index b331391..a147677 100755 --- a/debian/rules +++ b/debian/rules @@ -227,7 +227,7 @@ clean:: rm -f debian/*.pyc ecj1 rm -rf debian/.mh -TAG = R4_3_1 +TAG = R4_4 DIR = ecj-$(DEB_UPSTREAM_VERSION) MAVEN_REPO := http://repo1.maven.org/maven2 diff --git a/debian/watch b/debian/watch index 637a42e..4f1da1d 100644 --- a/debian/watch +++ b/debian/watch @@ -5,5 +5,5 @@ version=3 # The package caries the version of the compiler and the version of the platform # has to be hardcoded here to detect the new releases. # -opts="uversionmangle=s/_/./g,dversionmangle=s/.*/4.3.1/" \ +opts="uversionmangle=s/_/./g,dversionmangle=s/.*/4.4/" \ http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/refs/tags .*/R([\d_]+).tar.gz -- 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

