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

elharo pushed a commit to branch version
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit e4f7b34b5694c5b35e3447d968527e9843752f2c
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Mar 6 07:54:26 2023 -0500

    move integration test to Java 1.7
---
 src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml 
b/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml
index 8e8a292c..d1db7f80 100644
--- a/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml
+++ b/src/it/projects/analyze-testDependencyWithNonTestScope/pom.xml
@@ -28,8 +28,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <maven.compiler.release>1.7</maven.compiler.release>
-    <maven.compiler.sources>1.7</maven.compiler.sources>
+    <maven.compiler.release>1.8</maven.compiler.release>
+    <maven.compiler.sources>1.8</maven.compiler.sources>
   </properties>
 
   <build>

Reply via email to