Skip to content

Commit b1f914b

Browse files
committed
version bump
1 parent d3439c8 commit b1f914b

File tree

41 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+45
-45
lines changed

Mage.Client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-client</artifactId>

Mage.Common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-root</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-common</artifactId>

Mage.Common/src/main/java/mage/utils/MageVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
1717
// * launcher gives priority to 1.4.48 instead 1.4.48-any-text, so don't use empty release info
1818
public static final int MAGE_VERSION_MAJOR = 1;
1919
public static final int MAGE_VERSION_MINOR = 4;
20-
public static final int MAGE_VERSION_RELEASE = 54;
21-
public static final String MAGE_VERSION_RELEASE_INFO = "V3"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
20+
public static final int MAGE_VERSION_RELEASE = 55;
21+
public static final String MAGE_VERSION_RELEASE_INFO = "V1"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
2222

2323
// strict mode
2424
// Each update requires a strict version

Mage.Plugins/Mage.Counter.Plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-counter-plugin</artifactId>

Mage.Plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-root</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-plugins</artifactId>

Mage.Reports/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-reports</artifactId>

Mage.Server.Console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-server-console</artifactId>

Mage.Server.Plugins/Mage.Deck.Constructed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-deck-constructed</artifactId>

Mage.Server.Plugins/Mage.Deck.Limited/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-deck-limited</artifactId>

Mage.Server.Plugins/Mage.Game.BrawlDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-brawlduel</artifactId>

Mage.Server.Plugins/Mage.Game.BrawlFreeForAll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-server-plugins</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-game-brawlfreeforall</artifactId>

Mage.Server.Plugins/Mage.Game.CanadianHighlanderDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-canadianhighlanderduel</artifactId>

Mage.Server.Plugins/Mage.Game.CommanderDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-commanderduel</artifactId>

Mage.Server.Plugins/Mage.Game.CommanderFreeForAll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-server-plugins</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-game-commanderfreeforall</artifactId>

Mage.Server.Plugins/Mage.Game.CustomPillarOfTheParunsDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-custompillaroftheparunsduel</artifactId>

Mage.Server.Plugins/Mage.Game.FreeForAll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-freeforall</artifactId>

Mage.Server.Plugins/Mage.Game.FreeformCommanderDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-freeformcommanderduel</artifactId>

Mage.Server.Plugins/Mage.Game.FreeformCommanderFreeForAll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-server-plugins</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-game-freeformcommanderfreeforall</artifactId>

Mage.Server.Plugins/Mage.Game.FreeformUnlimitedCommander/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-freeformunlimitedcommander</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.mage</groupId>
2525
<artifactId>mage-game-freeformcommanderfreeforall</artifactId>
26-
<version>1.4.54</version>
26+
<version>1.4.55</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
</dependencies>

Mage.Server.Plugins/Mage.Game.MomirDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-momirduel</artifactId>

Mage.Server.Plugins/Mage.Game.MomirGame/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-momirfreeforall</artifactId>

Mage.Server.Plugins/Mage.Game.OathbreakerDuel/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-server-plugins</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-game-oathbreakerduel</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.mage</groupId>
2424
<artifactId>mage-game-oathbreakerfreeforall</artifactId>
25-
<version>1.4.54</version>
25+
<version>1.4.55</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
</dependencies>

Mage.Server.Plugins/Mage.Game.OathbreakerFreeForAll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-oathbreakerfreeforall</artifactId>

Mage.Server.Plugins/Mage.Game.PennyDreadfulCommanderFreeForAll/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-server-plugins</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-game-pennydreadfulcommanderfreeforall</artifactId>

Mage.Server.Plugins/Mage.Game.TinyLeadersDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-tinyleadersduel</artifactId>

Mage.Server.Plugins/Mage.Game.TwoPlayerDuel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-twoplayerduel</artifactId>

Mage.Server.Plugins/Mage.Player.AI.DraftBot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-player-ai-draftbot</artifactId>

Mage.Server.Plugins/Mage.Player.AI.MA/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-player-ai-ma</artifactId>

Mage.Server.Plugins/Mage.Player.AI/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-player-ai</artifactId>

Mage.Server.Plugins/Mage.Player.AIMCTS/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-player-ai-mcts</artifactId>

Mage.Server.Plugins/Mage.Player.Human/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-player-human</artifactId>

Mage.Server.Plugins/Mage.Tournament.BoosterDraft/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-tournament-boosterdraft</artifactId>

Mage.Server.Plugins/Mage.Tournament.Constructed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-tournament-constructed</artifactId>

Mage.Server.Plugins/Mage.Tournament.Sealed/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-tournament-sealed</artifactId>

Mage.Server.Plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-root</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-server-plugins</artifactId>

Mage.Server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-server</artifactId>

Mage.Sets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-root</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-sets</artifactId>

Mage.Tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-tests</artifactId>

Mage.Verify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-verify</artifactId>

Mage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.mage</groupId>
77
<artifactId>mage-root</artifactId>
8-
<version>1.4.54</version>
8+
<version>1.4.55</version>
99
<packaging>pom</packaging>
1010
<name>Mage Root</name>
1111
<description>Mage Root POM</description>
@@ -16,7 +16,7 @@
1616
<root.dir>${project.basedir}</root.dir>
1717

1818
<!-- TODO: research and optimize version in modules (version change for modules and server configs must be changeable by one line instead perl script -->
19-
<mage-version>1.4.54</mage-version>
19+
<mage-version>1.4.55</mage-version>
2020
<argLine>-Dfile.encoding=UTF-8</argLine>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

0 commit comments

Comments
 (0)