|
|
@@ -1,16 +1,13 @@
|
|
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
|
|
5
|
2
|
|
|
6
|
3
|
<modelVersion>4.0.0</modelVersion>
|
|
7
|
4
|
<groupId>se.citerus</groupId>
|
|
8
|
5
|
<artifactId>register-app</artifactId>
|
|
9
|
6
|
<name>register-app</name>
|
|
10
|
|
- <version>1.0-SNAPSHOT</version>
|
|
|
7
|
+ <version>1.0-RC1</version>
|
|
11
|
8
|
<url>http://dddsample.sf.net</url>
|
|
12
|
9
|
<scm>
|
|
13
|
|
- <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample</developerConnection>
|
|
|
10
|
+ <developerConnection>scm:svn:https://dddsample.svn.sourceforge.net/svnroot/dddsample/tags/register-app-1.0-RC1</developerConnection>
|
|
14
|
11
|
</scm>
|
|
15
|
12
|
<build>
|
|
16
|
13
|
<plugins>
|