From 455d38a5158f697af741ee79593749a00c11f887 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 30 Jan 2024 13:27:23 +0100 Subject: [PATCH] OZG-4717 Removed buildnumber and url from pom.xml --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 272d35e6..44a9a2d3 100644 --- a/pom.xml +++ b/pom.xml @@ -79,12 +79,6 @@ <goals> <goal>build-info</goal> </goals> - <configuration> - <additionalProperties> - <number>${build.number}</number> - <url>${build.url}</url> - </additionalProperties> - </configuration> </execution> </executions> </plugin> -- GitLab