瀏覽代碼

Added SCM info to pom.xml

peter_backlund 18 年之前
父節點
當前提交
e9ffa7aa44
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      register-app/pom.xml

+ 4
- 1
register-app/pom.xml 查看文件

@@ -8,7 +8,10 @@
8 8
   <artifactId>register-app</artifactId>
9 9
   <name>register-app</name>
10 10
   <version>1.0-SNAPSHOT</version>
11
-  <url>http://maven.apache.org</url>
11
+  <url>http://dddsample.sf.net</url>
12
+  <scm>
13
+    <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection>
14
+  </scm>
12 15
   <build>
13 16
     <plugins>
14 17
       <plugin>