File tree Expand file tree Collapse file tree 6 files changed +18
-17
lines changed
battleships-pc-win-launcher Expand file tree Collapse file tree 6 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >battleships-resurrection</artifactId >
8
- <version >1.1.2 </version >
8
+ <version >1.1.3-SNAPSHOT </version >
9
9
</parent >
10
10
<artifactId >battleships-client-a008</artifactId >
11
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >battleships-resurrection</artifactId >
8
- <version >1.1.2 </version >
8
+ <version >1.1.3-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >battleships-client-pc</artifactId >
22
22
<properties >
23
23
<embedded .jdk.provider>BELLSOFT</embedded .jdk.provider>
24
24
<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>
26
26
</properties >
27
27
<dependencies >
28
28
<dependency >
82
82
${basedir} /src/assembly/windows/appico.ico
83
83
</icon >
84
84
<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 >
87
87
<txtFileVersion >${project.version} </txtFileVersion >
88
88
<fileDescription >BattleShips Resurrection PC client</fileDescription >
89
- <copyright >2001-2022 Igor Maznitsa</copyright >
89
+ <copyright >2001-2023 Igor Maznitsa</copyright >
90
90
<txtProductVersion >${project.version} </txtProductVersion >
91
91
<productName >${project.name} </productName >
92
92
<companyName >igormaznitsa.com</companyName >
493
493
<exclude >**/ASSEMBLY_EXCEPTION</exclude >
494
494
<exclude >**/ADDITIONAL_LICENSE_INFO</exclude >
495
495
<exclude >**/LICENSE</exclude >
496
+ <exclude >**/cldr.md</exclude >
496
497
</excludes >
497
498
</resource >
498
499
<resource >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >battleships-resurrection</artifactId >
9
- <version >1.1.2 </version >
9
+ <version >1.1.3-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<artifactId >battleships-pc-win-launcher</artifactId >
16
16
17
17
<properties >
18
18
<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>
20
20
<mvn .golang.wrapper.version>2.3.10</mvn .golang.wrapper.version>
21
21
<maven .test.skip>true</maven .test.skip>
22
22
<target .name>battleships-resurrection</target .name>
Original file line number Diff line number Diff line change 3
3
"FileVersion" : {
4
4
"Major" : 1 ,
5
5
"Minor" : 1 ,
6
- "Patch" : 2 ,
6
+ "Patch" : 3 ,
7
7
"Build" : 0
8
8
},
9
9
"ProductVersion" : {
10
10
"Major" : 1 ,
11
11
"Minor" : 1 ,
12
- "Patch" : 2 ,
12
+ "Patch" : 3 ,
13
13
"Build" : 0
14
14
},
15
15
"FileFlagsMask" : " 3f" ,
22
22
"Comments" : " Battleships PC client launcher." ,
23
23
"CompanyName" : " Igor Maznitsa" ,
24
24
"FileDescription" : " Battleships-resurrection launcher" ,
25
- "FileVersion" : " v1.1.2 .0" ,
25
+ "FileVersion" : " v1.1.3 .0" ,
26
26
"InternalName" : " battleships-resurrection.exe" ,
27
- "LegalCopyright" : " Copyright (c) 2021-2022 Igor Maznitsa" ,
27
+ "LegalCopyright" : " Copyright (c) 2021-2023 Igor Maznitsa" ,
28
28
"LegalTrademarks" : " " ,
29
29
"OriginalFilename" : " battleships-resurrection.exe" ,
30
30
"PrivateBuild" : " " ,
31
31
"ProductName" : " Battleships-resurrection PC client launcher" ,
32
- "ProductVersion" : " v1.1.2 .0" ,
32
+ "ProductVersion" : " v1.1.3 .0" ,
33
33
"SpecialBuild" : " "
34
34
},
35
35
"VarFileInfo" : {
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >battleships-resurrection</artifactId >
9
- <version >1.1.2 </version >
9
+ <version >1.1.3-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<artifactId >gfx-playroom-server</artifactId >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.igormaznitsa</groupId >
6
6
<artifactId >battleships-resurrection</artifactId >
7
- <version >1.1.2 </version >
7
+ <version >1.1.3-SNAPSHOT </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
93
93
<plugin >
94
94
<groupId >com.igormaznitsa</groupId >
95
95
<artifactId >mvn-jlink-wrapper</artifactId >
96
- <version >1.2.0 </version >
96
+ <version >1.2.1 </version >
97
97
</plugin >
98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
103
103
<plugin >
104
104
<groupId >com.akathist.maven.plugins.launch4j</groupId >
105
105
<artifactId >launch4j-maven-plugin</artifactId >
106
- <version >2.2.0 </version >
106
+ <version >2.3.3 </version >
107
107
</plugin >
108
108
<plugin >
109
109
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments