Przeglądaj źródła

[maven-release-plugin] prepare for next development iteration

peter_backlund 17 lat temu
rodzic
commit
adfeb3e6c2
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      dddsample/pom.xml

+ 3
- 3
dddsample/pom.xml Wyświetl plik

@@ -4,7 +4,7 @@
4 4
   <artifactId>dddsample</artifactId>
5 5
   <packaging>war</packaging>
6 6
   <name>DDDSample</name>
7
-  <version>1.1.0</version>
7
+  <version>1.1.1-SNAPSHOT</version>
8 8
   <description>This application shows a few key concepts of
9 9
     Domain Driven Design implemented in Enterprise Java.
10 10
   </description>
@@ -61,8 +61,8 @@
61 61
     </license>
62 62
   </licenses>
63 63
   <scm>
64
-    <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample/tags/dddsample-1.1.0</developerConnection>
65
-    <url>http://ddd.sventon.org/tags/dddsample-1.1.0</url>
64
+    <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection>
65
+    <url>http://ddd.sventon.org</url>
66 66
   </scm>
67 67
   <properties>
68 68
     <spring.version>2.5.6</spring.version>