This is an automated email from the ASF dual-hosted git repository.
bmarwell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new ca01768 [MJMOD-30] require maven 3.6.3 (#18)
ca01768 is described below
commit ca0176885d4d1d5b4acac4961d80ad31a9cd31e0
Author: Benjamin Marwell <[email protected]>
AuthorDate: Sun Mar 3 14:30:34 2024 +0100
[MJMOD-30] require maven 3.6.3 (#18)
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index ab52d72..c6c3494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,19 +63,13 @@
</distributionManagement>
<properties>
- <mavenVersion>3.0</mavenVersion>
+ <mavenVersion>3.6.3</mavenVersion>
<javaVersion>8</javaVersion>
<maven.plugin.tools.version>3.5.1</maven.plugin.tools.version>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
<dependencies>
- <dependency>
- <groupId>org.apache.maven.plugin-tools</groupId>
- <artifactId>maven-plugin-annotations</artifactId>
- <version>${maven.plugin.tools.version}</version>
- <scope>provided</scope>
- </dependency>
<!-- Maven -->
<dependency>
<groupId>org.apache.maven</groupId>
@@ -87,6 +81,12 @@
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
</dependency>
+ <!-- dependencies to annotations -->
+ <dependency>
+ <groupId>org.apache.maven.plugin-tools</groupId>
+ <artifactId>maven-plugin-annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -152,7 +152,7 @@
</requirementsHistory>
<requirementsHistory>
<version>3.0.0</version>
- <maven>3.0</maven>
+ <maven>3.6.3</maven>
<jdk>8</jdk>
</requirementsHistory>
</requirementsHistories>