From 062fd73f4a4485723e71e39cf4eabab0f4461d40 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 3 May 2021 10:18:08 +0200 Subject: [PATCH] Add build-info-extractor 2.25.4 version to Artifactory plugin. Use a version that can be obtained from Maven Central. Closes #1436 --- parent/pom.xml | 14 +++++++++++++- pom.xml | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9446a993..6aeaf377 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1110,7 +1110,19 @@ org.jfrog.buildinfo artifactory-maven-plugin - 2.7.0 + 3.2.1 + + + org.jfrog.buildinfo + build-info-extractor + 2.25.4 + + + org.jfrog.buildinfo + build-info-api + 2.25.4 + + diff --git a/pom.xml b/pom.xml index a289b9e8..898cbaea 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ org.jfrog.buildinfo artifactory-maven-plugin - 2.7.0 + 3.2.1 build-info @@ -155,6 +155,18 @@ + + + org.jfrog.buildinfo + build-info-extractor + 2.25.4 + + + org.jfrog.buildinfo + build-info-api + 2.25.4 + +