Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2022-03-01 08:43:51 +0000
committerSravan Kumar Lakkimsetti2022-03-01 09:29:45 +0000
commitd87caaa4bcb5f492bbe08581f9ac79e241c64cbd (patch)
treedefedb602196e01aaa1451615cac3aefa0c24986
parent2ad4b7d7373ac73db2ca7daa24defec9dcc94138 (diff)
downloadeclipse.platform.text-R4_23_maintenance.tar.gz
eclipse.platform.text-R4_23_maintenance.tar.xz
eclipse.platform.text-R4_23_maintenance.zip
Change-Id: Ie466d118b8a2ad2dbdacf3d4514465daaa2466a6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/191293
-rw-r--r--.mvn/extensions.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 5125b72657d..aa1268d8243 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<extensions>
- <extension>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pomless</artifactId>
- <version>2.6.0</version>
- </extension>
+ <extension>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-build</artifactId>
+ <version>2.7.0</version>
+ </extension>
</extensions> \ No newline at end of file

Back to the top