Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-04-21 17:22:22 +0000
committerAlexander Kurtakov2020-04-21 17:22:22 +0000
commite33cf060c7cd163675a031f95eff05605cc45d79 (patch)
treef768fa5b4bc6578739a1d4b80444387c03ce3451
parent2f7536d74aaf4c8f0e9e6718bf672bec6dc99bd4 (diff)
downloadeclipse.platform.text-e33cf060c7cd163675a031f95eff05605cc45d79.tar.gz
eclipse.platform.text-e33cf060c7cd163675a031f95eff05605cc45d79.tar.xz
eclipse.platform.text-e33cf060c7cd163675a031f95eff05605cc45d79.zip
Bug 562365 - Build with tycho 1.7.0
Switch pomless in platform.text Change-Id: I947b28d6c96a236fd6b4291b191d1fca4157e47d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--.mvn/extensions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 710a9ec4b38..c8b79d9ed7b 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
- <version>1.6.0</version>
+ <version>1.7.0</version>
</extension>
</extensions> \ No newline at end of file

Back to the top