From e6360b023e1e377325f1d10bda5755e3fc3af591 Mon Sep 17 00:00:00 2001
From: Vladimir Bychkov <github@bychkov.name>
Date: Fri, 14 Jun 2024 10:46:47 +0200
Subject: [PATCH] Adaptation for eclipse 2024-06

bump some utility dependencies
---
 README.md |  1 +
 pom.xml   | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 00ef80871..2fe11c0b9 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Update-site URL | Description
 ----------------|------------
 https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse-repo/ | **Kotlin for Eclipse 2020-09 and later**
 &nbsp; | &nbsp;
+https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2024-06/ | Last version Kotlin for Eclipse 2024-06
 https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2024-03/ | Last version Kotlin for Eclipse 2024-03
 https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-09/ | Last version Kotlin for Eclipse 2023-09
 https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-06/ | Last version Kotlin for Eclipse 2023-06
diff --git a/pom.xml b/pom.xml
index bb96cb328..6a6a19cfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,17 +23,17 @@
 	</modules>
 
 	<properties>
-		<tycho.version>4.0.4</tycho.version>
+		<tycho.version>4.0.8</tycho.version>
 
-		<eclipse-repo.url>http://download.eclipse.org/releases/2024-03</eclipse-repo.url>
+		<eclipse-repo.url>http://download.eclipse.org/releases/2024-06</eclipse-repo.url>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<ajdt-eclipse-repo.url>http://download.eclipse.org/tools/ajdt/423/dev/update</ajdt-eclipse-repo.url>
-		<buildship-repo.url>http://download.eclipse.org/buildship/updates/e423/releases/3.x</buildship-repo.url>
+		<ajdt-eclipse-repo.url>http://download.eclipse.org/tools/ajdt/431/dev/update</ajdt-eclipse-repo.url>
+		<buildship-repo.url>http://download.eclipse.org/buildship/updates/e427/releases/3.x</buildship-repo.url>
 
 		<kotlin.version>1.8.10</kotlin.version>
 
-		<weaving-hook.version>1.3.200</weaving-hook.version>
+		<weaving-hook.version>1.3.300</weaving-hook.version>
 	</properties>
 
 	<repositories>
@@ -202,7 +202,7 @@
 						<baselineReplace>none</baselineReplace>
 						<baselineRepositories>
 							<repository>
-								<url>https://download.eclipse.org/eclipse/updates/4.31</url>
+								<url>https://download.eclipse.org/eclipse/updates/4.32</url>
 							</repository>
 						</baselineRepositories>
 					</configuration>