Skip to content

Commit 8853040

Browse files
committed
don't limit the maven version
1 parent 7c7c57c commit 8853040

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
<basepom.check.skip-license>true</basepom.check.skip-license>
5959
<basepom.check.skip-dependency>true</basepom.check.skip-dependency>
6060

61-
<maven.version>3.8.7</maven.version>
62-
<maven.plugin-stuff.version>3.7.1</maven.plugin-stuff.version>
61+
<dep.plugin.plugin.version>3.7.1</dep.plugin.plugin.version>
6362
</properties>
6463

6564
<dependencies>
@@ -95,7 +94,7 @@
9594
<dependency>
9695
<groupId>org.apache.maven.plugin-tools</groupId>
9796
<artifactId>maven-plugin-annotations</artifactId>
98-
<version>${maven.plugin-stuff.version}</version>
97+
<version>${dep.plugin.plugin.version}</version>
9998
<scope>provided</scope>
10099
</dependency>
101100
</dependencies>
@@ -104,7 +103,7 @@
104103
<plugin>
105104
<groupId>org.apache.maven.plugins</groupId>
106105
<artifactId>maven-plugin-plugin</artifactId>
107-
<version>${maven.plugin-stuff.version}</version>
106+
<version>${dep.plugin.plugin.version}</version>
108107
<configuration>
109108
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
110109
</configuration>

0 commit comments

Comments
 (0)