Skip to content

Commit 3f9c1c9

Browse files
committed
Remove unnecessary variable from POM
1 parent 35d5c13 commit 3f9c1c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/cpumodel/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright (C) 2022, 2023, Yasumasa Suenaga
4+
Copyright (C) 2022, 2024, Yasumasa Suenaga
55
66
This file is part of ffmasm.
77
@@ -33,7 +33,6 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<moduleName>com.yasuenag.ffmasm.examples.cpumodel</moduleName>
3535
<mainClass>com.yasuenag.ffmasm.examples.cpumodel.Main</mainClass>
36-
<imageName>${project.artifactId}-${project.version}</imageName>
3736
<maven.compiler.source>22</maven.compiler.source>
3837
<maven.compiler.target>22</maven.compiler.target>
3938
</properties>

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ along with ffmasm. If not, see <http://www.gnu.org/licenses/>.
3131

3232
<properties>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34-
<imageName>${project.artifactId}-${project.version}</imageName>
3534
<maven.compiler.source>22</maven.compiler.source>
3635
<maven.compiler.target>22</maven.compiler.target>
3736
</properties>

0 commit comments

Comments
 (0)