This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch MCOMPILER-379
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/MCOMPILER-379 by this push:
new 3ab2034 Fixed IT
3ab2034 is described below
commit 3ab2034f0767dda86b8fd2e9791cafeace1f3ff8
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sun Apr 28 13:54:33 2019 +0200
Fixed IT
---
src/it/MCOMPILER-379/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/it/MCOMPILER-379/pom.xml b/src/it/MCOMPILER-379/pom.xml
index f7ffd66..53eb9b4 100644
--- a/src/it/MCOMPILER-379/pom.xml
+++ b/src/it/MCOMPILER-379/pom.xml
@@ -45,8 +45,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>@project.version@</version>
<configuration>
- <source>8</source>
- <target>8</target>
+ <source>7</source>
+ <target>7</target>
</configuration>
</plugin>
</plugins>