aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--policy-jdk/alpine/pom.xml3
-rw-r--r--policy-jdk/debian-slim/pom.xml3
-rw-r--r--policy-jre/alpine/pom.xml3
3 files changed, 0 insertions, 9 deletions
diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml
index b5df9e81..109c0b46 100644
--- a/policy-jdk/alpine/pom.xml
+++ b/policy-jdk/alpine/pom.xml
@@ -93,9 +93,6 @@
<tag>${project.version}-${project.docker.arch}</tag>
<tag>${project.docker.latesttag.version}-${project.docker.arch}</tag>
</tags>
- <args>
- <BUILD_VERSION>${docker.build.version}</BUILD_VERSION>
- </args>
</build>
</image>
</images>
diff --git a/policy-jdk/debian-slim/pom.xml b/policy-jdk/debian-slim/pom.xml
index 2b231498..6945c2b2 100644
--- a/policy-jdk/debian-slim/pom.xml
+++ b/policy-jdk/debian-slim/pom.xml
@@ -93,9 +93,6 @@
<tag>${project.version}-${project.docker.arch}</tag>
<tag>${project.docker.latesttag.version}-${project.docker.arch}</tag>
</tags>
- <args>
- <BUILD_VERSION>${docker.build.version}</BUILD_VERSION>
- </args>
</build>
</image>
</images>
diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml
index 302364cd..113594ab 100644
--- a/policy-jre/alpine/pom.xml
+++ b/policy-jre/alpine/pom.xml
@@ -93,9 +93,6 @@
<tag>${project.version}-${project.docker.arch}</tag>
<tag>${project.docker.latesttag.version}-${project.docker.arch}</tag>
</tags>
- <args>
- <BUILD_VERSION>${docker.build.version}</BUILD_VERSION>
- </args>
</build>
</image>
</images>