diff options
Diffstat (limited to 'policy-jdk')
-rw-r--r-- | policy-jdk/alpine/pom.xml | 3 | ||||
-rw-r--r-- | policy-jdk/debian-slim/pom.xml | 3 |
2 files changed, 0 insertions, 6 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> |