From 91cb9175aaa506c3ebb3d2519e6af56715c0d302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Fri, 2 Aug 2024 19:53:32 +0200 Subject: [PATCH] Add support for bumping maven-target locations Currently the update-target mojo only support IU locations to be updated. This adds support to update maven-target locations as well, that becomes very popular and widely used recently. --- .../update-target/update-target.target | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/tycho-its/projects/tycho-version-bump-plugin/update-target/update-target.target b/tycho-its/projects/tycho-version-bump-plugin/update-target/update-target.target index eeed349f9b..6b6d492240 100644 --- a/tycho-its/projects/tycho-version-bump-plugin/update-target/update-target.target +++ b/tycho-its/projects/tycho-version-bump-plugin/update-target/update-target.target @@ -2,15 +2,22 @@ - - - - - - + + + + + + + + + + + javax.annotation + javax.annotation-api + 1.2 + jar + + - + \ No newline at end of file