Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2014-01-16 14:18:50 +0000
committerMikaël Barbero2014-01-16 14:18:50 +0000
commit8cf40acb00dca6bb2d75b1cf61fbfac4ab15eff4 (patch)
tree657f8fc57ef5c57d0468d32543b2ba749f23ac6a
parent5d4c398344b8c6470b8901ffe85b5793fdaf9c40 (diff)
downloadorg.eclipse.emf.compare-8cf40acb00dca6bb2d75b1cf61fbfac4ab15eff4.tar.gz
org.eclipse.emf.compare-8cf40acb00dca6bb2d75b1cf61fbfac4ab15eff4.tar.xz
org.eclipse.emf.compare-8cf40acb00dca6bb2d75b1cf61fbfac4ab15eff4.zip
fix typo in tycho-extras-version
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index b862990c0..562590d6d 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -451,7 +451,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tycho-extra-version}</version>
+ <version>${tycho-extras-version}</version>
<executions>
<execution>
<id>pack200-normalize</id>
@@ -479,7 +479,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tycho-extra-version}</version>
+ <version>${tycho-extras-version}</version>
<executions>
<execution>
<id>pack200-pack</id>

Back to the top