Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-17 09:04:58 +0000
committerAlexander Kurtakov2017-08-17 09:04:58 +0000
commiteaf7d60cc88c5f410ad52af908754b47ac4878f0 (patch)
treebf775262e0e5086c885f91ec5719b3fb67896b9c /eclipse-platform-parent
parent1b38f491d52f844605400eff09791d6a01e03f23 (diff)
downloadeclipse.platform.releng.aggregator-eaf7d60cc88c5f410ad52af908754b47ac4878f0.tar.gz
eclipse.platform.releng.aggregator-eaf7d60cc88c5f410ad52af908754b47ac4878f0.tar.xz
eclipse.platform.releng.aggregator-eaf7d60cc88c5f410ad52af908754b47ac4878f0.zip
Bug 442770 - Produce a source tarball for use by distro integrators
Generate tar.xz file instead of bz2 now that there is new assembly plugin providing support for it. Change-Id: Ic92cc821445739cbeb4ac7f2c13b2938b517aff6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 4d6f22060..5fb84a017 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -541,7 +541,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top