This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit 6459b01f3126f3886cd339076bbf9324e1613f0a Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 26 10:39:30 2017 +0200 Fixed bypass-testng-version-check.patch to use the right TestNGConfigurator --- debian/changelog | 7 +++++++ debian/patches/bypass-testng-version-check.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e953cd1..7495d73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +surefire (2.20.1-3) unstable; urgency=medium + + * Team upload. + * Fixed bypass-testng-version-check.patch to use the right TestNGConfigurator + + -- Emmanuel Bourg <[email protected]> Tue, 26 Sep 2017 10:30:46 +0200 + surefire (2.20.1-2) unstable; urgency=medium * Team upload. diff --git a/debian/patches/bypass-testng-version-check.patch b/debian/patches/bypass-testng-version-check.patch index a309e37..7b7260e 100644 --- a/debian/patches/bypass-testng-version-check.patch +++ b/debian/patches/bypass-testng-version-check.patch @@ -10,7 +10,7 @@ Forwarded: not-needed } - throw new MojoExecutionException( "Unknown TestNG version " + version ); -+ return "org.apache.maven.surefire.testng.conf.TestNG652Configurator"; ++ return "org.apache.maven.surefire.testng.conf.TestNG60Configurator"; } catch ( InvalidVersionSpecificationException invsex ) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

