Skip to content

Commit

Permalink
Merge pull request #15 from apache/test
Browse files Browse the repository at this point in the history
update minimum Maven version to 3.1.0
  • Loading branch information
elharo committed Jul 21, 2020
2 parents dd116eb + f99acf7 commit ed47503
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -77,7 +77,7 @@
<properties>
<mavenFileManagementVersion>3.0.0</mavenFileManagementVersion>
<mavenArchiverVersion>3.5.0</mavenArchiverVersion>
<mavenVersion>3.0</mavenVersion>
<mavenVersion>3.1.0</mavenVersion>
<javaVersion>7</javaVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -150,7 +150,13 @@
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.1</version>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ed47503

Please sign in to comment.