Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-07-21 08:56:49 +0000
committerSravan Kumar Lakkimsetti2021-07-21 09:11:15 +0000
commita77f502860d6b7026f60e0fa334f7375a70bd59f (patch)
tree4a265532bc48ca2b7ffafbea42741779684f3d2f
parentb64592f780427a1f01d32ab2b209ceeb1c2a4e7d (diff)
downloadeclipse.platform.ua-a77f502860d6b7026f60e0fa334f7375a70bd59f.tar.gz
eclipse.platform.ua-a77f502860d6b7026f60e0fa334f7375a70bd59f.tar.xz
eclipse.platform.ua-a77f502860d6b7026f60e0fa334f7375a70bd59f.zip
Bug 574939 - Move to Tycho 2.4.0
Change-Id: I364dbfcb7c44648842b36011f37318857ae14b74 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/183222 Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--.mvn/extensions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index cc23d13be..cfc4f26b3 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>2.3.0</version>
+ <version>2.4.0</version>
</extension>
</extensions> \ No newline at end of file

Back to the top