Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fab0aa5407b..cac072cc2c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -631,7 +631,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
- <version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
@@ -680,7 +679,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho-version}</version>
<executions>
<execution>
<id>attached-p2-metadata</id>

Back to the top