Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2015-01-14 20:32:14 +0000
committerMarc Khouzam2015-01-14 20:41:45 +0000
commitc0590c67c10a65045f7caebdc54aff8e431f50fb (patch)
tree802162f6143e7a828a3b4aca379e20b1c32863b0 /pom.xml
parent3af32a349a6b4e5a0d6e2ceeb5ef911a1961844e (diff)
downloadorg.eclipse.cdt-c0590c67c10a65045f7caebdc54aff8e431f50fb.tar.gz
org.eclipse.cdt-c0590c67c10a65045f7caebdc54aff8e431f50fb.tar.xz
org.eclipse.cdt-c0590c67c10a65045f7caebdc54aff8e431f50fb.zip
Use tycho-extras-version when needed
Change-Id: I9cf0347304e3ab42402a7c83594afa9feeb31d4d Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c6895c26dcb..08afead6494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tycho-version}</version>
+ <version>${tycho-extras-version}</version>
<executions>
<execution>
<id>pack200-normalize</id>
@@ -307,7 +307,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tycho-version}</version>
+ <version>${tycho-extras-version}</version>
<executions>
<execution>
<id>pack200-pack</id>

Back to the top