Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
Sergey Cherevko | 5ffb2acbfb | 1 year ago |
MSVSphere Packaging Team | 42e4adc058 | 1 year ago |
@ -0,0 +1,27 @@
|
||||
From 7785162241123e185bda5d50556d286bd1df9f89 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||||
Date: Wed, 8 Nov 2023 11:11:04 +0300
|
||||
Subject: [PATCH] MSVSphere change source version
|
||||
|
||||
---
|
||||
pom.xml | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 71f777e..c7e7e43 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -55,8 +55,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
- <source>1.6</source>
|
||||
- <target>1.6</target>
|
||||
+ <source>1.7</source>
|
||||
+ <target>1.7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
--
|
||||
2.39.3
|
||||
|
Loading…
Reference in new issue