You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/01 20:38:42 UTC

[maven-remote-resources-plugin] branch MRRESOURCES-103 updated: fixup! fixup! fixup! fixup! [MRRESOURCES-103] Upgrade parent to 32 o Fix TLSv1.2 issues

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 6d0bc54  fixup! fixup! fixup! fixup! [MRRESOURCES-103] Upgrade parent to 32  o Fix TLSv1.2 issues
6d0bc54 is described below

commit 6d0bc541f02673939940475103a5a4516c7a7431
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Aug 1 22:38:37 2018 +0200

    fixup! fixup! fixup! fixup! [MRRESOURCES-103] Upgrade parent to 32  o Fix TLSv1.2 issues
---
 .../supplemental-artifact/resource-projects/pom.xml      | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/it/resources/supplemental-artifact/resource-projects/pom.xml b/src/it/resources/supplemental-artifact/resource-projects/pom.xml
index a1a4dbc..2080111 100644
--- a/src/it/resources/supplemental-artifact/resource-projects/pom.xml
+++ b/src/it/resources/supplemental-artifact/resource-projects/pom.xml
@@ -28,7 +28,21 @@ under the License.
     <module>supplemental-models</module>
     <module>deficient-dep</module>
   </modules>
-  
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.8.0</version>
+          <configuration>
+            <source>6</source>
+            <target>6</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
   <distributionManagement>
     <repository>
       <id>it-remote</id>