You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
766 B
28 lines
766 B
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
|
|
|