This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch MRRESOURCES-103
in repository
https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
The following commit(s) were added to refs/heads/MRRESOURCES-103 by this push:
new 8a3b0d5 Fixed minimum compile level.
8a3b0d5 is described below
commit 8a3b0d58f864efa9c7f7a8b0867cb212a9ecbe29
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sat Mar 17 13:15:35 2018 +0100
Fixed minimum compile level.
---
src/it/resources/supplemental-artifact/resource-projects/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/it/resources/supplemental-artifact/resource-projects/pom.xml
b/src/it/resources/supplemental-artifact/resource-projects/pom.xml
index a1a4dbc..97e37c3 100644
--- a/src/it/resources/supplemental-artifact/resource-projects/pom.xml
+++ b/src/it/resources/supplemental-artifact/resource-projects/pom.xml
@@ -29,6 +29,11 @@ under the License.
<module>deficient-dep</module>
</modules>
+ <properties>
+ <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ </properties>
+
<distributionManagement>
<repository>
<id>it-remote</id>
--
To stop receiving notification emails like this one, please contact
[email protected].