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/01/28 16:23:23 UTC

[maven-artifact-transfer] branch MSHARED-656 updated: Fixed java version.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-656
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git


The following commit(s) were added to refs/heads/MSHARED-656 by this push:
     new 6440562  Fixed java version.
6440562 is described below

commit 6440562cf7c12053906f5b7fe437ab65d9abe023
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jan 28 17:23:09 2018 +0100

    Fixed java version.
---
 src/it/maven-artifact-deployer-plugin/pom.xml  | 2 +-
 src/it/maven-artifact-installer-plugin/pom.xml | 2 +-
 src/it/maven-project-installer-plugin/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/it/maven-artifact-deployer-plugin/pom.xml b/src/it/maven-artifact-deployer-plugin/pom.xml
index 9ebabc3..e250d49 100644
--- a/src/it/maven-artifact-deployer-plugin/pom.xml
+++ b/src/it/maven-artifact-deployer-plugin/pom.xml
@@ -44,7 +44,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <javaVersion>8</javaVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>
diff --git a/src/it/maven-artifact-installer-plugin/pom.xml b/src/it/maven-artifact-installer-plugin/pom.xml
index 32e88fd..bef5032 100644
--- a/src/it/maven-artifact-installer-plugin/pom.xml
+++ b/src/it/maven-artifact-installer-plugin/pom.xml
@@ -44,7 +44,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <javaVersion>8</javaVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>
diff --git a/src/it/maven-project-installer-plugin/pom.xml b/src/it/maven-project-installer-plugin/pom.xml
index 3d83a97..32aa3cb 100644
--- a/src/it/maven-project-installer-plugin/pom.xml
+++ b/src/it/maven-project-installer-plugin/pom.xml
@@ -44,7 +44,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <javaVersion>8</javaVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.