[maven-release-plugin] prepare release wamblee-utils-0.2
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index ad41c7a1c1ce39dc08fe6217a3721778e59ea3e8..8a80684c5aad435bda8d59373535032502bcb877 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>/</name>
     <description>wamblee.org utilities library</description>
     <url>http://wamblee.org</url>
@@ -15,8 +15,8 @@
         </license>
     </licenses>
     <scm>
-        <url>https://wamblee.org/viewvc/utils/</url>
-        <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk</connection>
+        <url>https://wamblee.org/viewvc/utils/tags/wamblee-utils-0.2</url>
+        <connection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-utils-0.2</connection>
     </scm>
 
     <modules>
                     </plugin>
                 </plugins>
             </build>
+            <distributionManagement>
+                <repository>
+                    <id>sonatype-nexus-staging</id>
+                    <name>Nexus Release Repository</name>
+                    <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+                </repository>
+            </distributionManagement>
+            
         </profile>
         <profile>
             <id>all</id>