Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2022-03-01 08:30:15 +0000
committerSravan Kumar Lakkimsetti2022-03-01 09:10:35 +0000
commitd1237798c5bac68689d4b79be24f6f7384af3daf (patch)
tree58eebc0a1da3808095006a738a66f9ad44ad0f79
parent7b32408331854245254b87c8dedbb0f45dca89c2 (diff)
downloadeclipse.platform.debug-Y20220310-0600.tar.gz
eclipse.platform.debug-Y20220310-0600.tar.xz
eclipse.platform.debug-Y20220310-0600.zip
Change-Id: I254fa3eaaa41468cd545d3072781053c13a07318 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191289
-rw-r--r--.mvn/extensions.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 5125b7265..aa1268d82 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