This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit f45c5067b73231c910525f778b6d358dec4179e1 Author: Julien Herr <[email protected]> Date: Wed Apr 22 10:35:57 2015 +0200 Use Java7 for tests too --- pom-test.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom-test.xml b/pom-test.xml index 7d1e3d4..fcbcff4 100644 --- a/pom-test.xml +++ b/pom-test.xml @@ -90,7 +90,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source>1.5</source> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

