diff options
author | Alexander Kurtakov | 2019-12-13 11:52:35 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2019-12-13 11:52:35 +0000 |
commit | c52a6241e9e44daf5399ee9e7a012c2450e5a89c (patch) | |
tree | 23bdecd462caafee15acf745236de45716fddc56 | |
parent | 8088b5e8a12729faf3525fca21f60da5abc6ccc8 (diff) | |
download | eclipse.platform.releng.aggregator-c52a6241e9e44daf5399ee9e7a012c2450e5a89c.tar.gz eclipse.platform.releng.aggregator-c52a6241e9e44daf5399ee9e7a012c2450e5a89c.tar.xz eclipse.platform.releng.aggregator-c52a6241e9e44daf5399ee9e7a012c2450e5a89c.zip |
Build with xml-maven-plugin 1.0.2
Change-Id: I06b259a04988f3adb7ae656aeccc80006efb6a53
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | eclipse-platform-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 84177f117..d3dbbb5cb 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -571,7 +571,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>xml-maven-plugin</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |