[maven-release-plugin] prepare for next development iteration
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3fbdae17f0027dcea8a1657c6a70a9227f06f17e..b95e911510d8dd3a5a754aa6f51ed218a5456af6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <name>/</name>
     <description>wamblee.org utilities library</description>
     <url>http://wamblee.org</url>
@@ -18,7 +16,7 @@
     </licenses>
     <scm>
         <url>https://wamblee.org/viewvc/utils/</url>
-        <connection>scm:svn:https://wamblee.org/svn/public/utils</connection>
+        <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk</connection>
     </scm>
 
     <modules>
                 <version>2.0</version>
                 <configuration>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <goals>javadoc:jar deploy</goals>
                 </configuration>
             </plugin>
             <plugin>
                     </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>