Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-11 15:26:04 +0000
committerAlexander Kurtakov2020-08-11 15:26:04 +0000
commit0b6cda811af728ef204048b302c135c89f061adf (patch)
treefe8639cadc9c1c5efdf6b83ebad0da1bd021b0f3
parent6952968d00477c57c6feaea28c7690824b78e77b (diff)
downloadeclipse.platform.text-0b6cda811af728ef204048b302c135c89f061adf.tar.gz
eclipse.platform.text-0b6cda811af728ef204048b302c135c89f061adf.tar.xz
eclipse.platform.text-0b6cda811af728ef204048b302c135c89f061adf.zip
Bug 565991 - Build with Tycho 2.0.0I20200811-1800
Change-Id: Ifdfa7d4a00d324e921cfd4bb76b71557c716f7b7 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 c8b79d9ed7b..3f486b3e4c6 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.7.0</version>
+ <version>2.0.0</version>
</extension>
</extensions> \ No newline at end of file

Back to the top