diff options
author | Alexander Kurtakov | 2020-09-11 11:52:08 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2020-09-17 04:48:25 +0000 |
commit | a379409d2398b146317e798c034fea991460703d (patch) | |
tree | 6443d3daf521c5085490f44a0f6f4a71f0d9d93f | |
parent | 2e363db0de9ab120623d8f01ef3da4ae22dbc878 (diff) | |
download | org.eclipse.epp.packages-a379409d2398b146317e798c034fea991460703d.tar.gz org.eclipse.epp.packages-a379409d2398b146317e798c034fea991460703d.tar.xz org.eclipse.epp.packages-a379409d2398b146317e798c034fea991460703d.zip |
Build with maven-antrun-plugin 3.0.0
Change-Id: Ic47842352981e0633870e292470e1b55c6761016
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | releng/org.eclipse.epp.config/parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml index 4439c3c0..deab8e53 100644 --- a/releng/org.eclipse.epp.config/parent/pom.xml +++ b/releng/org.eclipse.epp.config/parent/pom.xml @@ -332,7 +332,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.8</version> + <version>3.0.0</version> </plugin> </plugins> </pluginManagement> |