[maven-release-plugin] prepare release wamblee-utils-0.8
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 395775134dd338cc5d7e3ce8b48408dd26aa49e3..ad314067a71c7345c57457bec9450e89d37c4224 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <groupId>org.wamblee</groupId>
        <artifactId>wamblee-utils</artifactId>
        <packaging>pom</packaging>
-       <version>0.7-SNAPSHOT</version>
+       <version>0.8</version>
        <name>/</name>
        <description>wamblee.org utilities library</description>
        <url>http://wamblee.org</url>
@@ -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>
        </properties>
 
 </project>
+
+
+
+