summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-25 14:52:47 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-25 14:52:47 +0200
commita687e63d944efbea443407508e091551a0893c12 (patch)
tree3e7c9903346c71b92fe4009050f338a72fb28e41
parente18aacbe5755d1cb16b7f4651cec0b91085cb7d9 (diff)
bump versions for maven-plugin-api and friends
-rw-r--r--lifecycle_mapping/pom.xml4
-rw-r--r--pom.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/lifecycle_mapping/pom.xml b/lifecycle_mapping/pom.xml
index 8c9d798edd2..12121f55dd7 100644
--- a/lifecycle_mapping/pom.xml
+++ b/lifecycle_mapping/pom.xml
@@ -12,12 +12,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.1.1</version>
+ <version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.2</version>
+ <version>3.5</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index d59cfc71527..f043c9e5f86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.3</version>
+ <version>3.5</version>
<configuration>
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
@@ -817,12 +817,12 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.2</version>
+ <version>3.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.1.1</version>
+ <version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>