This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new d0887da Update maven plugins in prep for 2.3 release
d0887da is described below
commit d0887da837156af8398b7d42b7745f603393fb35
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Feb 11 08:20:47 2019 -0800
Update maven plugins in prep for 2.3 release
---
pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 296152c..22f6d05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
+
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
@@ -315,6 +315,7 @@
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
+ <maven-invoker-plugin.version>3.2.0</maven-invoker-plugin.version>
<!--
| Any23 website has to be stored in SVN
@@ -633,6 +634,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>${maven-invoker-plugin.version}</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<inherited>true</inherited>