1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Use tycho-extras-version when needed

Change-Id: I9cf0347304e3ab42402a7c83594afa9feeb31d4d
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-01-14 15:32:14 -05:00
parent 3af32a349a
commit c0590c67c1

View file

@ -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>