[maven-release-plugin] prepare release forge-1.5.35

This commit is contained in:
Chris
2015-02-14 15:42:09 +00:00
parent 0351efcc19
commit a42465e9ca
7 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
</parent> </parent>
<artifactId>forge-ai</artifactId> <artifactId>forge-ai</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
</parent> </parent>
<artifactId>forge-core</artifactId> <artifactId>forge-core</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
</parent> </parent>
<artifactId>forge-game</artifactId> <artifactId>forge-game</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
</parent> </parent>
<artifactId>forge-gui-desktop</artifactId> <artifactId>forge-gui-desktop</artifactId>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
</parent> </parent>
<artifactId>forge-gui</artifactId> <artifactId>forge-gui</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
</parent> </parent>
<artifactId>forge-net</artifactId> <artifactId>forge-net</artifactId>

View File

@@ -5,7 +5,7 @@
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Forge Parent</name> <name>Forge Parent</name>
<version>1.5.35-SNAPSHOT</version> <version>1.5.35</version>
<description> <description>
Forge lets you play the card game Magic: The Gathering against a computer opponent Forge lets you play the card game Magic: The Gathering against a computer opponent
using all of the rules. using all of the rules.
@@ -161,9 +161,9 @@
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:http://svn.slightlymagic.net/forge/trunk</connection> <connection>scm:svn:http://svn.slightlymagic.net/forge/tags/forge-1.5.35</connection>
<developerConnection>scm:svn:http://svn.slightlymagic.net/forge/trunk</developerConnection> <developerConnection>scm:svn:http://svn.slightlymagic.net/forge/tags/forge-1.5.35</developerConnection>
<url>http://svn.slightlymagic.net/websvn/listing.php?repname=forge</url> <url>http://svn.slightlymagic.net/websvn/listing.php/tags/forge-1.5.35?repname=forge</url>
</scm> </scm>
<prerequisites> <prerequisites>