Skip to content

Commit

Permalink
Use Maven 3.8.3 in Azure Pipelines (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Oct 5, 2021
1 parent 840b9ba commit 472be4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines.yml
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion org.jacoco.build/pom.xml
Expand Up @@ -551,7 +551,8 @@
<version>1.8</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.3.9</version>
<!-- Maven 3.8.2 contains bug - see https://github.com/jacoco/jacoco/issues/1218 -->
<version>[3.3.9,3.8.2),(3.8.2,)</version>
</requireMavenVersion>
<requireNoRepositories>
<message>The rules for repo1.maven.org are that pom.xml files should not include repository definitions.</message>
Expand Down

0 comments on commit 472be4e

Please sign in to comment.