added release notes for version 0.7
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 395775134dd338cc5d7e3ce8b48408dd26aa49e3..5b1e1d87e337b2f990c3eb9d0c0f4f708bda8823 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
        </licenses>
        <scm>
                <url>https://wamblee.org/viewvc/utils</url>
-               <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk</connection>
-               <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk</developerConnection>
+               <connection>scm:git:https://wamblee.org/git/public/utils</connection>
+               <developerConnection>scm:git:https://wamblee.org/git/public/utils</developerConnection>
        </scm>
        <developers>
                <developer>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
-                               <version>2.0</version>
+                               <version>2.2.1</version>
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                                        <localCheckout>true</localCheckout>
+                                        <pushChanges>false</pushChanges>
                                        <goals>javadoc:jar deploy</goals>
                                </configuration>
                        </plugin>