|
|
@@ -1,11 +1,10 @@
|
|
1
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
2
|
|
- 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">
|
|
3
|
2
|
<modelVersion>4.0.0</modelVersion>
|
|
4
|
3
|
<groupId>se.citerus</groupId>
|
|
5
|
4
|
<artifactId>dddsample</artifactId>
|
|
6
|
5
|
<packaging>war</packaging>
|
|
7
|
6
|
<name>DDDSample</name>
|
|
8
|
|
- <version>1.1-SNAPSHOT</version>
|
|
|
7
|
+ <version>1.1.0</version>
|
|
9
|
8
|
<description>This application shows a few key concepts of
|
|
10
|
9
|
Domain Driven Design implemented in Enterprise Java.
|
|
11
|
10
|
</description>
|
|
|
@@ -16,7 +15,7 @@
|
|
16
|
15
|
<url>scp://shell.sf.net/home/groups/d/dd/dddsample/htdocs/preview</url>
|
|
17
|
16
|
</site>
|
|
18
|
17
|
</distributionManagement>
|
|
19
|
|
- <ciManagement/>
|
|
|
18
|
+ <ciManagement />
|
|
20
|
19
|
<developers>
|
|
21
|
20
|
<developer>
|
|
22
|
21
|
<id>eric_evans</id>
|
|
|
@@ -62,8 +61,8 @@
|
|
62
|
61
|
</license>
|
|
63
|
62
|
</licenses>
|
|
64
|
63
|
<scm>
|
|
65
|
|
- <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection>
|
|
66
|
|
- <url>http://ddd.sventon.org</url>
|
|
|
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>
|
|
67
|
66
|
</scm>
|
|
68
|
67
|
<properties>
|
|
69
|
68
|
<spring.version>2.5.6</spring.version>
|