This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new af37fc7 SLING-10026 update plugins
new 0eec3db Merge branch 'master' of
[email protected]:apache/sling-parent.git
af37fc7 is described below
commit af37fc75a3b48a19548b2fe3190e527e1769d8d7
Author: Konrad Windszus <[email protected]>
AuthorDate: Sun Dec 27 12:31:04 2020 +0100
SLING-10026 update plugins
---
sling-parent/pom.xml | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 07aa373..e10711f 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -265,6 +265,12 @@
<pluginManagement>
<plugins>
+ <!-- upgrade from 1.8.0 in ASF parent -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
<!-- upgrade from 1.4.1 in ASF parent -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -275,7 +281,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -343,12 +349,12 @@
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>slingstart-maven-plugin</artifactId>
- <version>1.8.2</version>
+ <version>1.9.12</version>
</plugin>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.7.2</version>
+ <version>1.8.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -363,7 +369,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.18</version>
+ <version>1.19</version>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
@@ -375,7 +381,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -385,7 +391,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.3</version>
+ <version>0.8.6</version>
</plugin>
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>