(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 12588f8d21bf301182fc5d7f4867494f593f9d20..171dd1887eecc4072165307a49ef52c873d1eb20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,4 @@
-<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>
@@ -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>
                     </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>