Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-09-08 17:06:25 +0000
committerAndrew Overholt2011-09-08 17:06:25 +0000
commited9c48ba64e8881f0a29e3e28523c0c115b32d3e (patch)
tree59f38deb2020eb3cf6dc9b3c31380860efee583c /pom.xml
parent6f64ab08f889399c2f044ca13fa88b2fb69447b5 (diff)
downloadorg.eclipse.linuxtools-ed9c48ba64e8881f0a29e3e28523c0c115b32d3e.tar.gz
org.eclipse.linuxtools-ed9c48ba64e8881f0a29e3e28523c0c115b32d3e.tar.xz
org.eclipse.linuxtools-ed9c48ba64e8881f0a29e3e28523c0c115b32d3e.zip
Update to new eclipse-signing-maven-plugin
This update fixes the fact that many of the pack.gz files are not actually packed with pack200. This is the relevant bug: Bug 356931 - many pack.gz files for indigo are not packed Also update eclipse-parent POM (version 2 -> version 3).
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 279b4fa0e5..cb207c7a40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>2</version>
+ <version>3</version>
</parent>

Back to the top