Skip to content

Commit 5bfbb20

Browse files
committed
started 1.1.3-SNAPSHOT, updated dependencies and JDK to 20+37
1 parent a4034c8 commit 5bfbb20

File tree

6 files changed

+18
-17
lines changed

6 files changed

+18
-17
lines changed

battleships-resurrection/battleships-client-a008/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>battleships-resurrection</artifactId>
8-
<version>1.1.2</version>
8+
<version>1.1.3-SNAPSHOT</version>
99
</parent>
1010
<artifactId>battleships-client-a008</artifactId>
1111
<packaging>jar</packaging>

battleships-resurrection/battleships-client-pc/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>battleships-resurrection</artifactId>
8-
<version>1.1.2</version>
8+
<version>1.1.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>battleships-client-pc</artifactId>
@@ -22,7 +22,7 @@
2222
<properties>
2323
<embedded.jdk.provider>BELLSOFT</embedded.jdk.provider>
2424
<embedded.jdk.type>jdk</embedded.jdk.type>
25-
<embedded.jdk.version>19.0.1+11</embedded.jdk.version>
25+
<embedded.jdk.version>20+37</embedded.jdk.version>
2626
</properties>
2727
<dependencies>
2828
<dependency>
@@ -82,11 +82,11 @@
8282
${basedir}/src/assembly/windows/appico.ico
8383
</icon>
8484
<versionInfo>
85-
<fileVersion>1.1.2.0</fileVersion>
86-
<productVersion>1.1.2.0</productVersion>
85+
<fileVersion>1.1.3.0</fileVersion>
86+
<productVersion>1.1.3.0</productVersion>
8787
<txtFileVersion>${project.version}</txtFileVersion>
8888
<fileDescription>BattleShips Resurrection PC client</fileDescription>
89-
<copyright>2001-2022 Igor Maznitsa</copyright>
89+
<copyright>2001-2023 Igor Maznitsa</copyright>
9090
<txtProductVersion>${project.version}</txtProductVersion>
9191
<productName>${project.name}</productName>
9292
<companyName>igormaznitsa.com</companyName>
@@ -493,6 +493,7 @@
493493
<exclude>**/ASSEMBLY_EXCEPTION</exclude>
494494
<exclude>**/ADDITIONAL_LICENSE_INFO</exclude>
495495
<exclude>**/LICENSE</exclude>
496+
<exclude>**/cldr.md</exclude>
496497
</excludes>
497498
</resource>
498499
<resource>

battleships-resurrection/battleships-pc-win-launcher/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>battleships-resurrection</artifactId>
9-
<version>1.1.2</version>
9+
<version>1.1.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>battleships-pc-win-launcher</artifactId>
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<mvn.golang.go.version>1.19.4</mvn.golang.go.version>
19+
<mvn.golang.go.version>1.20.2</mvn.golang.go.version>
2020
<mvn.golang.wrapper.version>2.3.10</mvn.golang.wrapper.version>
2121
<maven.test.skip>true</maven.test.skip>
2222
<target.name>battleships-resurrection</target.name>

battleships-resurrection/battleships-pc-win-launcher/src/versioninfo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"FileVersion": {
44
"Major": 1,
55
"Minor": 1,
6-
"Patch": 2,
6+
"Patch": 3,
77
"Build": 0
88
},
99
"ProductVersion": {
1010
"Major": 1,
1111
"Minor": 1,
12-
"Patch": 2,
12+
"Patch": 3,
1313
"Build": 0
1414
},
1515
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
2222
"Comments": "Battleships PC client launcher.",
2323
"CompanyName": "Igor Maznitsa",
2424
"FileDescription": "Battleships-resurrection launcher",
25-
"FileVersion": "v1.1.2.0",
25+
"FileVersion": "v1.1.3.0",
2626
"InternalName": "battleships-resurrection.exe",
27-
"LegalCopyright": "Copyright (c) 2021-2022 Igor Maznitsa",
27+
"LegalCopyright": "Copyright (c) 2021-2023 Igor Maznitsa",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "battleships-resurrection.exe",
3030
"PrivateBuild": "",
3131
"ProductName": "Battleships-resurrection PC client launcher",
32-
"ProductVersion": "v1.1.2.0",
32+
"ProductVersion": "v1.1.3.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

battleships-resurrection/gfx-playroom-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>battleships-resurrection</artifactId>
9-
<version>1.1.2</version>
9+
<version>1.1.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>gfx-playroom-server</artifactId>

battleships-resurrection/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.igormaznitsa</groupId>
66
<artifactId>battleships-resurrection</artifactId>
7-
<version>1.1.2</version>
7+
<version>1.1.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<properties>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>com.igormaznitsa</groupId>
9595
<artifactId>mvn-jlink-wrapper</artifactId>
96-
<version>1.2.0</version>
96+
<version>1.2.1</version>
9797
</plugin>
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>com.akathist.maven.plugins.launch4j</groupId>
105105
<artifactId>launch4j-maven-plugin</artifactId>
106-
<version>2.2.0</version>
106+
<version>2.3.3</version>
107107
</plugin>
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)