Fixed GIT URL.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Dec 2020 17:39:10 +0000 (19:39 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Dec 2020 17:39:10 +0000 (19:39 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index bdb1aa9..3b5e945 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.8.1</version>
                 <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
+                    <source>8</source>
+                    <target>8</target>
                     <optimize>true</optimize>
                     <encoding>UTF-8</encoding>
                 </configuration>
     </repositories>
 
     <scm>
-        <connection>scm:git:ssh://n0@svjatoslav.eu/home/git/repositories/sixth-3d.git</connection>
-        <developerConnection>scm:git:ssh://n0@svjatoslav.eu/home/git/repositories/sixth-3d.git</developerConnection>
+        <connection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/sixth-3d.git</connection>
+        <developerConnection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/sixth-3d.git</developerConnection>
         <tag>HEAD</tag>
     </scm>