Skip to content

Commit

Permalink
started 1.1.3-SNAPSHOT, updated dependencies and JDK to 20+37
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Mar 26, 2023
1 parent a4034c8 commit 5bfbb20
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion battleships-resurrection/battleships-client-a008/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>battleships-client-a008</artifactId>
<packaging>jar</packaging>
Expand Down
11 changes: 6 additions & 5 deletions battleships-resurrection/battleships-client-pc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>battleships-client-pc</artifactId>
Expand All @@ -22,7 +22,7 @@
<properties>
<embedded.jdk.provider>BELLSOFT</embedded.jdk.provider>
<embedded.jdk.type>jdk</embedded.jdk.type>
<embedded.jdk.version>19.0.1+11</embedded.jdk.version>
<embedded.jdk.version>20+37</embedded.jdk.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -82,11 +82,11 @@
${basedir}/src/assembly/windows/appico.ico
</icon>
<versionInfo>
<fileVersion>1.1.2.0</fileVersion>
<productVersion>1.1.2.0</productVersion>
<fileVersion>1.1.3.0</fileVersion>
<productVersion>1.1.3.0</productVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>BattleShips Resurrection PC client</fileDescription>
<copyright>2001-2022 Igor Maznitsa</copyright>
<copyright>2001-2023 Igor Maznitsa</copyright>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>${project.name}</productName>
<companyName>igormaznitsa.com</companyName>
Expand Down Expand Up @@ -493,6 +493,7 @@
<exclude>**/ASSEMBLY_EXCEPTION</exclude>
<exclude>**/ADDITIONAL_LICENSE_INFO</exclude>
<exclude>**/LICENSE</exclude>
<exclude>**/cldr.md</exclude>
</excludes>
</resource>
<resource>
Expand Down
4 changes: 2 additions & 2 deletions battleships-resurrection/battleships-pc-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>battleships-pc-win-launcher</artifactId>
Expand All @@ -16,7 +16,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mvn.golang.go.version>1.19.4</mvn.golang.go.version>
<mvn.golang.go.version>1.20.2</mvn.golang.go.version>
<mvn.golang.wrapper.version>2.3.10</mvn.golang.wrapper.version>
<maven.test.skip>true</maven.test.skip>
<target.name>battleships-resurrection</target.name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 1,
"Minor": 1,
"Patch": 2,
"Patch": 3,
"Build": 0
},
"ProductVersion": {
"Major": 1,
"Minor": 1,
"Patch": 2,
"Patch": 3,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "Battleships PC client launcher.",
"CompanyName": "Igor Maznitsa",
"FileDescription": "Battleships-resurrection launcher",
"FileVersion": "v1.1.2.0",
"FileVersion": "v1.1.3.0",
"InternalName": "battleships-resurrection.exe",
"LegalCopyright": "Copyright (c) 2021-2022 Igor Maznitsa",
"LegalCopyright": "Copyright (c) 2021-2023 Igor Maznitsa",
"LegalTrademarks": "",
"OriginalFilename": "battleships-resurrection.exe",
"PrivateBuild": "",
"ProductName": "Battleships-resurrection PC client launcher",
"ProductVersion": "v1.1.2.0",
"ProductVersion": "v1.1.3.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down
2 changes: 1 addition & 1 deletion battleships-resurrection/gfx-playroom-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>gfx-playroom-server</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions battleships-resurrection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -103,7 +103,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 5bfbb20

Please sign in to comment.