Fixed maven repository URL
[javainspect.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 52806ff..e27daad 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>eu.svjatoslav</groupId>
     <artifactId>javainspect</artifactId>
-    <version>1.7</version>
+    <version>1.8-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>JavaInspect</name>
     <description>Utility to visualize Java code</description>
         <dependency>
             <groupId>eu.svjatoslav</groupId>
             <artifactId>svjatoslavcommons</artifactId>
-            <version>1.8</version>
+            <version>1.9</version>
+        </dependency>
+        <dependency>
+            <groupId>eu.svjatoslav</groupId>
+            <artifactId>cli-helper</artifactId>
+            <version>1.0</version>
         </dependency>
     </dependencies>
 
         <repository>
             <id>svjatoslav.eu</id>
             <name>Svjatoslav repository</name>
-            <url>https://www2.svjatoslav.eu/maven/</url>
+            <url>https://www3.svjatoslav.eu/maven/</url>
         </repository>
     </repositories>
 
     <scm>
         <connection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/javainspect.git</connection>
         <developerConnection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/javainspect.git</developerConnection>
-      <tag>javainspect-1.7</tag>
+      <tag>HEAD</tag>
   </scm>
 
 </project>