From fa315584fe45fcd6b241e056aeff31254d1e4c3e Mon Sep 17 00:00:00 2001 From: zhouxiongjia <719216473@qq.com> Date: Mon, 28 Jun 2021 11:20:19 +0800 Subject: [PATCH] delete the unnecessary version calculating code --- pom.xml | 87 --------------------------------------------------------- 1 file changed, 87 deletions(-) diff --git a/pom.xml b/pom.xml index eff23ca..ce1ec31 100644 --- a/pom.xml +++ b/pom.xml @@ -389,92 +389,5 @@ - - Linux - - - Linux - Linux - - - - - - exec-maven-plugin - org.codehaus.mojo - - - Version Calculation - generate-sources - - exec - - - ${basedir}/saveVersion.sh - - - - - - - - - - Unix - - - Unix - Unix - - - - - - exec-maven-plugin - org.codehaus.mojo - - - Version Calculation - generate-sources - - exec - - - ${basedir}/saveVersion.sh - - - - - - - - - mac - - - mac - - - - - - exec-maven-plugin - org.codehaus.mojo - - - Version Calculation - generate-sources - - exec - - - ${basedir}/saveVersion.sh - - - - - - - -- Gitee