File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<!--
4
- Copyright (C) 2022, 2023 , Yasumasa Suenaga
4
+ Copyright (C) 2022, 2024 , Yasumasa Suenaga
5
5
6
6
This file is part of ffmasm.
7
7
@@ -33,7 +33,6 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
<moduleName >com.yasuenag.ffmasm.examples.cpumodel</moduleName >
35
35
<mainClass >com.yasuenag.ffmasm.examples.cpumodel.Main</mainClass >
36
- <imageName >${project.artifactId}-${project.version}</imageName >
37
36
<maven .compiler.source>22</maven .compiler.source>
38
37
<maven .compiler.target>22</maven .compiler.target>
39
38
</properties >
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.
31
31
32
32
<properties >
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
- <imageName >${project.artifactId}-${project.version}</imageName >
35
34
<maven .compiler.source>22</maven .compiler.source>
36
35
<maven .compiler.target>22</maven .compiler.target>
37
36
</properties >
You can’t perform that action at this time.
0 commit comments