From 66d8200e23743d822e8f10e8f2e68aa1a6f6bb4e Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 27 Sep 2022 13:16:56 +0200
Subject: [PATCH] Set Tycho version explicitly for all plugins

Fixes some Maven warnings.
---
 tycho_build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tycho_build.gradle b/tycho_build.gradle
index 9f97ae1b..f842386e 100644
--- a/tycho_build.gradle
+++ b/tycho_build.gradle
@@ -541,6 +541,7 @@ def artifact(artifactId,versionNumber) {"""
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-compiler-plugin</artifactId>
+				<version>\${tycho-version}</version>
 				<configuration>
 					<source>1.8</source>
 					<target>1.8</target>
@@ -560,6 +561,7 @@ def testArtifact(artifactId,versionNumber) {"""
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
+				<version>\${tycho-version}</version>
 				<configuration>
 					<!-- <useUIHarness>true</useUIHarness> -->
 					<!-- <useUIThread>true</useUIThread> -->
-- 
GitLab