Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-10-02 18:19:59 +0000
committerAlexander Kurtakov2021-10-02 18:34:27 +0000
commit1da26cc94ff8ed2597c9bb0bbd6b9aecd3d3b255 (patch)
tree24b471dfb3779ee736ec45a2f8ae726a2b85e27f
parentbafaf82d058afcb6206c541de34c7905dff142e7 (diff)
downloadeclipse.platform.debug-1da26cc94ff8ed2597c9bb0bbd6b9aecd3d3b255.tar.gz
eclipse.platform.debug-1da26cc94ff8ed2597c9bb0bbd6b9aecd3d3b255.tar.xz
eclipse.platform.debug-1da26cc94ff8ed2597c9bb0bbd6b9aecd3d3b255.zip
Bug 576403 - Update to Tycho 2.5.0I20211003-1800I20211002-1800
Change-Id: I13464319322d05ab96da71636404aed7c7e3939e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/186085 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 cfc4f26b3..f99881037 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.4.0</version>
+ <version>2.5.0</version>
</extension>
</extensions> \ No newline at end of file

Back to the top