Skip to content

Commit 9ade728

Browse files
author
mdiggory
committed
[maven-release-plugin] prepare release server-2.0
git-svn-id: http://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/trunk@367 2bf6ea0f-123d-0410-b71a-f1a21eb24612
1 parent 8b49de3 commit 9ade728

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65
<groupId>org.swordapp</groupId>
76
<artifactId>server</artifactId>
8-
<version>2.0-SNAPSHOT</version>
7+
<version>2.0</version>
98
<packaging>war</packaging>
109

1110
<!-- brings the sonatype snapshot repository and signing requirement on board -->
@@ -30,9 +29,9 @@
3029
</license>
3130
</licenses>
3231
<scm>
33-
<url>https://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/trunk</url>
34-
<developerConnection>scm:svn:https://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/trunk</developerConnection>
35-
<connection>scm:svn:http://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/trunk</connection>
32+
<url>https://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/tags/server-2.0</url>
33+
<developerConnection>scm:svn:https://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/tags/server-2.0</developerConnection>
34+
<connection>scm:svn:http://sword-app.svn.sourceforge.net/svnroot/sword-app/JavaServer2.0/tags/server-2.0</connection>
3635
</scm>
3736
<developers>
3837
<developer>

0 commit comments

Comments
 (0)