Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-04-21 18:35:54 +0000
committerAlexander Kurtakov2020-04-21 18:35:54 +0000
commit22360c083893c3d2885e9daeb0474c079e083b34 (patch)
tree21ab7eaea1c10bec9f6874d5a94305ad927dfbbe
parent4d513df28d1fd79b80634c082300a502f252aa20 (diff)
downloadeclipse.platform.swt-22360c083893c3d2885e9daeb0474c079e083b34.tar.gz
eclipse.platform.swt-22360c083893c3d2885e9daeb0474c079e083b34.tar.xz
eclipse.platform.swt-22360c083893c3d2885e9daeb0474c079e083b34.zip
Bug 562370 - Remove tycho-extras.version maven property
Handle platform.swt repo. Change-Id: I5ae802fef371b082a66baee9f3625f96df410066 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index 1150547b2f..d999093861 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -27,7 +27,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-extras.version}</version>
+ <version>${tycho.version}</version>
<executions>
<execution>
<phase>package</phase>

Back to the top