[testng] 196/355: Use Java7 for tests too

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:05 UTC 2015


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 <julien.herr at alcatel-lucent.com>
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



More information about the pkg-java-commits mailing list