[maven-release-plugin] prepare release meviz-1.2
[meviz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9ca1fcf..fdb7ea9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>eu.svjatoslav</groupId>
     <artifactId>meviz</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <packaging>jar</packaging>
     <name>meviz</name>
     <description>media wizard</description>
@@ -16,7 +16,7 @@
         <dependency>
             <groupId>eu.svjatoslav</groupId>
             <artifactId>svjatoslavcommons</artifactId>
-            <version>1.7</version>
+            <version>1.8</version>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>org.openimaj</groupId>
             <artifactId>core-image</artifactId>
-            <version>1.3.5</version>
+            <version>1.3.10</version>
         </dependency>
     </dependencies>
 
     </distributionManagement>
 
     <scm>
-        <connection>scm:git:ssh://gitprivate@svjatoslav.eu/home/gitprivate/repositories/meviz.git</connection>
-        <developerConnection>scm:git:ssh://gitprivate@svjatoslav.eu/home/gitprivate/repositories/meviz.git
-        </developerConnection>
+        <connection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/meviz.git</connection>
+        <developerConnection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/meviz.git</developerConnection>
+        <tag>meviz-1.2</tag>
     </scm>
 
     <repositories>