ref #9359 update maven-antrun-plugin to latest version in taxeditor
authorAndreas Müller <a.mueller@bgbm.org>
Sun, 16 Jan 2022 01:08:52 +0000 (02:08 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Sun, 16 Jan 2022 01:08:52 +0000 (02:08 +0100)
eu.etaxonomy.taxeditor.molecular.lib/pom.xml
pom.xml

index 7f9dc4681e1f69f6a7fb51b5ebdef7ec4657cc40..22746484f9f93f7782909dbe43e4bccfd1aaa4cb 100644 (file)
@@ -60,7 +60,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.7</version>
         <executions>
           <execution>
             <id>remove-existing-jars</id>
diff --git a/pom.xml b/pom.xml
index b41d9da5c9218b761296257f8227c28902346812..c69fd89a711dd9a861edc67cf6df10a9794953cf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.7</version>
+          <version>3.0.0</version>
         </plugin>
       </plugins>
     </pluginManagement>