Skip to content

Commit 65bb9b2

Browse files
committed
Prepare new release 1.4.34
1 parent f8b9e3d commit 65bb9b2

File tree

38 files changed

+43
-46
lines changed

38 files changed

+43
-46
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.33</version>
9+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</version>
1111
</parent>
1212

1313
<artifactId>mage-common</artifactId>

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

+4-7
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@
99
*/
1010
public class MageVersion implements Serializable, Comparable<MageVersion> {
1111

12-
/**
13-
*
14-
*/
1512
public static final int MAGE_VERSION_MAJOR = 1;
1613
public static final int MAGE_VERSION_MINOR = 4;
17-
public static final int MAGE_VERSION_PATCH = 33;
14+
public static final int MAGE_VERSION_PATCH = 34;
1815
public static final String MAGE_EDITION_INFO = ""; // set "-beta" for 1.4.32-betaV0
19-
public static final String MAGE_VERSION_MINOR_PATCH = "V5"; // default
16+
public static final String MAGE_VERSION_MINOR_PATCH = "V0"; // default
2017
// strict mode
21-
private static final boolean MAGE_VERSION_MINOR_PATCH_MUST_BE_SAME = true; // set true on uncompatible github changes, set false after new major release (after MAGE_VERSION_PATCH changes)
22-
public static final boolean MAGE_VERSION_SHOW_BUILD_TIME = true;
18+
private static final boolean MAGE_VERSION_MINOR_PATCH_MUST_BE_SAME = false; // set true on uncompatible github changes, set false after new major release (after MAGE_VERSION_PATCH changes)
2319

20+
public static final boolean MAGE_VERSION_SHOW_BUILD_TIME = true;
2421
private final int major;
2522
private final int minor;
2623
private final int patch;

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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</version>
1111
</parent>
1212

1313
<artifactId>mage-plugins</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.33</version>
9+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
9+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
9+
<version>1.4.34</version>
1010
</parent>
1111

1212
<artifactId>mage-game-commanderfreeforall</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.33</version>
10+
<version>1.4.34</version>
1111
</parent>
1212

1313
<artifactId>mage-game-freeforall</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.33</version>
9+
<version>1.4.34</version>
1010
</parent>
1111

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

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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</version>
1111
</parent>
1212

1313
<artifactId>mage-game-momirfreeforall</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.33</version>
9+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</version>
1111
</parent>
1212

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

Mage.Server.Plugins/Mage.Player.AIMinimax/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.33</version>
10+
<version>1.4.34</version>
1111
</parent>
1212

1313
<artifactId>mage-player-aiminimax</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.33</version>
9+
<version>1.4.34</version>
1010
</parent>
1111

1212
<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.33</version>
9+
<version>1.4.34</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.33</version>
10+
<version>1.4.34</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.33</version>
9+
<version>1.4.34</version>
1010
</parent>
1111

1212
<artifactId>mage-tests</artifactId>

Mage.Updater/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mage-root</artifactId>
77
<groupId>org.mage</groupId>
8-
<version>1.4.33</version>
8+
<version>1.4.34</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Mage.Verify/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-root</artifactId>
9-
<version>1.4.33</version>
9+
<version>1.4.34</version>
1010
</parent>
1111

1212
<artifactId>mage-verify</artifactId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.mage</groupId>
5151
<artifactId>mage-client</artifactId>
52-
<version>1.4.33</version>
52+
<version>1.4.34</version>
5353
</dependency>
5454

5555
</dependencies>

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.33</version>
9+
<version>1.4.34</version>
1010
</parent>
1111

1212
<artifactId>mage</artifactId>

Mage/src/main/java/mage/cards/repository/CardRepository.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public enum CardRepository {
3535
// raise this if db structure was changed
3636
private static final long CARD_DB_VERSION = 51;
3737
// raise this if new cards were added to the server
38-
private static final long CARD_CONTENT_VERSION = 219;
38+
private static final long CARD_CONTENT_VERSION = 220;
3939
private Dao<CardInfo, Object> cardDao;
4040
private Set<String> classNames;
4141
private RepositoryEventSource eventSource = new RepositoryEventSource();

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.33</version>
9+
<version>1.4.34</version>
1010
<packaging>pom</packaging>
1111
<name>Mage Root</name>
1212
<description>Mage Root POM</description>
@@ -87,7 +87,7 @@
8787
</repositories>
8888

8989
<properties>
90-
<mage-version>1.4.33</mage-version>
90+
<mage-version>1.4.34</mage-version>
9191
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9292
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
9393
</properties>

0 commit comments

Comments
 (0)