Skip to content

Commit dd7455f

Browse files
committed
[maven-release-plugin] prepare release dddsample-1.0-RC1
1 parent 987dd30 commit dd7455f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

dddsample/pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
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">
52
<modelVersion>4.0.0</modelVersion>
63
<groupId>se.citerus</groupId>
74
<artifactId>dddsample</artifactId>
85
<packaging>war</packaging>
96
<name>DDDSample</name>
10-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0-RC1</version>
118
<description>This application shows a few key concepts of
129
Domain Driven Design implemented in Enterprise Java.
1310
</description>
@@ -18,7 +15,7 @@
1815
<url>scp://shell.sf.net/home/groups/d/dd/dddsample/htdocs</url>
1916
</site>
2017
</distributionManagement>
21-
<ciManagement/>
18+
<ciManagement />
2219
<repositories>
2320
<repository>
2421
<id>maven2-repository.dev.java.net</id>
@@ -90,8 +87,8 @@
9087
</license>
9188
</licenses>
9289
<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>
9592
</scm>
9693
<properties>
9794
<spring.version>2.5.1</spring.version>

0 commit comments

Comments
 (0)