fixed SCM and maven URLs
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 29 Jun 2013 07:43:50 +0000 (10:43 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 29 Jun 2013 07:43:50 +0000 (10:43 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index d55c947..b430009 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                <snapshotRepository>
                        <id>svjatoslav.eu</id>
                        <name>svjatoslav.eu</name>
-                       <url>scp://svjatoslav.eu:7022/var/www/maven</url>
+                       <url>scp://svjatoslav.eu/var/www/svjatoslav.eu/maven</url>
                </snapshotRepository>
                <repository>
                        <id>svjatoslav.eu</id>
                        <name>svjatoslav.eu</name>
-                       <url>scp://svjatoslav.eu:7022/var/www/maven</url>
+                       <url>scp://svjatoslav.eu/var/www/svjatoslav.eu/maven</url>
                </repository>
        </distributionManagement>
 
        <scm>
-               <connection>scm:git:ssh://git@svjatoslav.eu:7022/home/git/repositories/javainspect.git</connection>
-               <developerConnection>scm:git:ssh://git@svjatoslav.eu:7022/home/git/repositories/javainspect.git</developerConnection>
+               <connection>scm:git:ssh://git@svjatoslav.eu/home/git/repositories/javainspect.git</connection>
+               <developerConnection>scm:git:ssh://git@svjatoslav.eu/home/git/repositories/javainspect.git</developerConnection>
        </scm>
 
 </project>
\ No newline at end of file