File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <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" >
5
2
<modelVersion >4.0.0</modelVersion >
6
3
<groupId >se.citerus</groupId >
7
4
<artifactId >dddsample</artifactId >
8
5
<packaging >war</packaging >
9
6
<name >DDDSample</name >
10
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0-RC1 </version >
11
8
<description >This application shows a few key concepts of
12
9
Domain Driven Design implemented in Enterprise Java.
13
10
</description >
18
15
<url >scp://shell.sf.net/home/groups/d/dd/dddsample/htdocs</url >
19
16
</site >
20
17
</distributionManagement >
21
- <ciManagement />
18
+ <ciManagement />
22
19
<repositories >
23
20
<repository >
24
21
<id >maven2-repository.dev.java.net</id >
90
87
</license >
91
88
</licenses >
92
89
<scm >
93
- <developerConnection >scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection >
94
- <url >http://ddd.sventon.org</url >
90
+ <developerConnection >scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample/tags/dddsample-1.0-RC1 </developerConnection >
91
+ <url >http://ddd.sventon.org/tags/dddsample-1.0-RC1 </url >
95
92
</scm >
96
93
<properties >
97
94
<spring .version>2.5.1</spring .version>
You can’t perform that action at this time.
0 commit comments