From 472be4e17700892918756583e4eb96778cc1a73c Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov <138671+Godin@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:53:29 +0200 Subject: [PATCH] Use Maven 3.8.3 in Azure Pipelines (#1229) --- .azure-pipelines/azure-pipelines.yml | 2 +- org.jacoco.build/pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 74a4954e13..347679ea1d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -62,7 +62,7 @@ jobs: - bash: | set -e mkdir .maven - curl -L "https://downloads.apache.org/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz" -o .maven/maven.tar.gz + curl -L "https://archive.apache.org/dist/maven/maven-3/3.8.3/binaries/apache-maven-3.8.3-bin.tar.gz" -o .maven/maven.tar.gz tar -xzf .maven/maven.tar.gz -C .maven --strip-components 1 displayName: Setup Maven - bash: | diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml index bb3ec1b7bb..f452cde6ac 100644 --- a/org.jacoco.build/pom.xml +++ b/org.jacoco.build/pom.xml @@ -551,7 +551,8 @@ 1.8 - 3.3.9 + + [3.3.9,3.8.2),(3.8.2,) The rules for repo1.maven.org are that pom.xml files should not include repository definitions.