diff options
-rw-r--r-- | docs/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 1 |
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> @@ -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> |