Skip to content

Commit 7f0c77e

Browse files
committed
restore minimum maven version to 3.6.3
1 parent 19959f7 commit 7f0c77e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</scm>
3939

4040
<prerequisites>
41-
<maven>3.9.6</maven>
41+
<maven>3.6.3</maven>
4242
</prerequisites>
4343

4444
<properties>
@@ -63,21 +63,21 @@
6363
<!-- plugin interfaces and base classes -->
6464
<groupId>org.apache.maven</groupId>
6565
<artifactId>maven-plugin-api</artifactId>
66-
<version>3.9.2</version>
66+
<version>3.6.3</version>
6767
<scope>provided</scope>
6868
</dependency>
6969
<dependency>
7070
<!-- needed when injecting the Maven Project into a plugin -->
7171
<groupId>org.apache.maven</groupId>
7272
<artifactId>maven-core</artifactId>
73-
<version>3.9.2</version>
73+
<version>3.6.3</version>
7474
<scope>provided</scope>
7575
</dependency>
7676
<dependency>
7777
<!-- annotations used to describe the plugin meta-data -->
7878
<groupId>org.apache.maven.plugin-tools</groupId>
7979
<artifactId>maven-plugin-annotations</artifactId>
80-
<version>3.9.0</version>
80+
<version>3.6.2</version>
8181
<scope>provided</scope>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)