Compare commits

...

2 Commits

Author SHA1 Message Date
Hans Mackowiak
a19549dd39 [maven-release-plugin] prepare release forge-1.6.49 2022-03-28 21:46:30 +02:00
Hans Mackowiak
1c76c6856a ~ ignore .mvn/local-settings.xml 2022-03-28 20:06:27 +02:00
13 changed files with 15 additions and 15 deletions

2
.gitignore vendored
View File

@@ -44,7 +44,7 @@ pom.xml.next
pom.xml.releaseBackup pom.xml.releaseBackup
pom.xml.tag pom.xml.tag
release.properties release.properties
.mvn/local-settings.xml
# Ignore mobile-related resources # Ignore mobile-related resources

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@@ -274,7 +274,7 @@
<dependency> <dependency>
<groupId>forge</groupId> <groupId>forge</groupId>
<artifactId>forge-gui-mobile</artifactId> <artifactId>forge-gui-mobile</artifactId>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</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.6.49-SNAPSHOT</version> <version>1.6.49</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.6.49-SNAPSHOT</version> <version>1.6.49</version>
</parent> </parent>
<artifactId>forge-game</artifactId> <artifactId>forge-game</artifactId>

View File

@@ -19,7 +19,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</version>
</parent> </parent>
<artifactId>forge-gui-android</artifactId> <artifactId>forge-gui-android</artifactId>

View File

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

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</version>
</parent> </parent>
<artifactId>forge-gui-ios</artifactId> <artifactId>forge-gui-ios</artifactId>

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<groupId>forge</groupId> <groupId>forge</groupId>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</version>
</parent> </parent>
<artifactId>forge-lda</artifactId> <artifactId>forge-lda</artifactId>

View File

@@ -4,7 +4,7 @@
<artifactId>forge</artifactId> <artifactId>forge</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Forge Parent</name> <name>Forge Parent</name>
<version>1.6.49-SNAPSHOT</version> <version>1.6.49</version>
<description> <description>
Forge lets you play the card game Magic: The Gathering against a computer opponent using all of the rules. Forge lets you play the card game Magic: The Gathering against a computer opponent using all of the rules.
@@ -36,7 +36,7 @@
<scm> <scm>
<connection>scm:git:ssh://git@git.cardforge.org/core-developers/forge.git</connection> <connection>scm:git:ssh://git@git.cardforge.org/core-developers/forge.git</connection>
<developerConnection>scm:git:ssh://git@git.cardforge.org/core-developers/forge.git</developerConnection> <developerConnection>scm:git:ssh://git@git.cardforge.org/core-developers/forge.git</developerConnection>
<tag>HEAD</tag> <tag>forge-1.6.49</tag>
</scm> </scm>
<mailingLists> <mailingLists>