This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch TEST-UPGRADE-MAVEN-VERIFIER in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
The following commit(s) were added to refs/heads/TEST-UPGRADE-MAVEN-VERIFIER by this push: new 183fea7 Fixing issues. 183fea7 is described below commit 183fea73a61f0718fc1ad3627ce5c1b11451ba11 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Feb 25 18:42:59 2018 +0100 Fixing issues. --- src/it/resources/it-parent/pom.xml | 4 ++++ src/it/resources/supplemental-artifact/resource-projects/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/it/resources/it-parent/pom.xml b/src/it/resources/it-parent/pom.xml index 2e62928..0f60230 100644 --- a/src/it/resources/it-parent/pom.xml +++ b/src/it/resources/it-parent/pom.xml @@ -27,6 +27,10 @@ under the License. <packaging>pom</packaging> + <properties> + <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.6</maven.compiler.source> + </properties> <repositories> <repository> <id>it-remote</id> diff --git a/src/it/resources/supplemental-artifact/resource-projects/pom.xml b/src/it/resources/supplemental-artifact/resource-projects/pom.xml index a1a4dbc..ae01efa 100644 --- a/src/it/resources/supplemental-artifact/resource-projects/pom.xml +++ b/src/it/resources/supplemental-artifact/resource-projects/pom.xml @@ -28,6 +28,10 @@ under the License. <module>supplemental-models</module> <module>deficient-dep</module> </modules> + <properties> + <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.6</maven.compiler.source> + </properties> <distributionManagement> <repository> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.