fixed maven URL
authorSvjatoslav Agejenko <n0@n0-Aspire-8920.(none)>
Sun, 30 Dec 2012 00:13:04 +0000 (02:13 +0200)
committerSvjatoslav Agejenko <n0@n0-Aspire-8920.(none)>
Sun, 30 Dec 2012 00:13:04 +0000 (02:13 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index ee43dc4..6723d61 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <snapshotRepository>
             <id>svjatoslav.eu</id>
             <name>svjatoslav.eu</name>
-            <url>scp://svjatoslav.eu:7022/var/lib/tomcat6/_svjatoslav.eu/static/maven</url>
+            <url>scp://svjatoslav.eu:7022/var/www/maven</url>
         </snapshotRepository>
     </distributionManagement>
 
         <repository>
             <id>svjatoslav.eu</id>
             <name>Svjatoslav repository</name>
-            <url>http://svjatoslav.eu/static/maven/</url>
+            <url>http://www2.svjatoslav.eu/maven/</url>
         </repository>
     </repositories>