From f7ef9b625b303a7c39a8f5903aa56de8aca8e87e Mon Sep 17 00:00:00 2001 From: aherbert Date: Fri, 2 Dec 2022 11:52:57 +0000 Subject: [PATCH] Fix git build number in manifest --- pom.xml | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 9278fbbb8..0124caba1 100644 --- a/pom.xml +++ b/pom.xml @@ -86,11 +86,6 @@ https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math site-content - - true - 1.2.10 - ${git.revision}; ${maven.build.timestamp} - ${commons.module.name} + + org.apache + ${buildNumber}; ${maven.build.timestamp} + ${maven.compiler.source} + ${maven.compiler.target} + + org.codehaus.mojo + buildnumber-maven-plugin + + + false + + @@ -506,33 +517,6 @@ - - jgit-buildnumber - - - .git - - - - - - ru.concerteza.buildnumber - maven-jgit-buildnumber-plugin - ${math.jgit.buildnumber.version} - - - generate-resources - - extract-buildnumber - - - - - - - - -