Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-07-22 06:34:23 +0000
committerAlexander Kurtakov2020-07-22 06:34:23 +0000
commit0947f2076425fa786b347e1818d44cf90fb66f37 (patch)
tree556e0a8014e66ddca5a592bc65a98ab556110391
parent080b4ba90d6476ec02b687134fc2245552186282 (diff)
downloadorg.eclipse.cdt-0947f2076425fa786b347e1818d44cf90fb66f37.tar.gz
org.eclipse.cdt-0947f2076425fa786b347e1818d44cf90fb66f37.tar.xz
org.eclipse.cdt-0947f2076425fa786b347e1818d44cf90fb66f37.zip
Update build-helper-maven-plugin to 3.2.0.
Change-Id: Ifeef48c2d200c081391da693c5326b89872550f6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--releng/org.eclipse.cdt.target/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.target/pom.xml b/releng/org.eclipse.cdt.target/pom.xml
index fd31a109da9..522b40560fd 100644
--- a/releng/org.eclipse.cdt.target/pom.xml
+++ b/releng/org.eclipse.cdt.target/pom.xml
@@ -20,7 +20,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.2.0</version>
<executions>
<execution>
<id>attach-artifacts</id>

Back to the top