diff --git a/client/pom.xml b/client/pom.xml index 968f735af600..461097402883 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -974,7 +974,6 @@ org.apache.maven.plugins maven-shade-plugin - 3.0.0 rebuild-war diff --git a/pom.xml b/pom.xml index 354ec01bb396..c79fb8bf7c41 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache apache - 11 + 27 @@ -47,6 +47,7 @@ + ${git.commit.time} UTF-8 UTF-8 https://download.cloudstack.org/systemvm @@ -74,13 +75,13 @@ 3.8.1 3.9.0 2.22.2 + 9.0.2 3.1.12 3.1.12.2 3.2.0 3.28.0 3.0.0 7.4.4 - 2.5.3 3.1.0 3.21.0 2.22.2 @@ -852,6 +853,22 @@ install + + io.github.git-commit-id + git-commit-id-maven-plugin + ${cs.git-commit-id-plugin.version} + + + get-the-git-infos + + revision + + + + + UTC + + org.apache.maven.plugins maven-checkstyle-plugin @@ -947,7 +964,6 @@ org.apache.maven.plugins maven-release-plugin - ${cs.release-plugin.version} default diff --git a/tools/checkstyle/pom.xml b/tools/checkstyle/pom.xml index 63f840d64f21..cbd22f13d90d 100644 --- a/tools/checkstyle/pom.xml +++ b/tools/checkstyle/pom.xml @@ -25,12 +25,34 @@ 4.23.0.0-SNAPSHOT + ${git.commit.time} UTF-8 UTF-8 + + io.github.git-commit-id + git-commit-id-maven-plugin + 9.0.2 + + + get-the-git-infos + + revision + + + + + UTC + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + org.apache.maven.plugins maven-site-plugin