aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/pom.xml2
-rw-r--r--pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/pom.xml b/docs/pom.xml
index 2dc1867f1..fe5818a76 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -63,7 +63,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.4</version>
+ <version>1.7</version>
<executions>
<execution>
<phase>process-resources</phase>
diff --git a/pom.xml b/pom.xml
index 864e4d70a..1877f3925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>3.1.2</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>