From b7d96fbbbf2ec92f9e840a4d84d9a6f40b9d98ef Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Tue, 22 Apr 2025 16:38:27 +0200
Subject: [PATCH] updated to v4.0.0-a.2, downgraded to java 21

---
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index ffe5539..7f7a4bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,12 +6,12 @@
 	<parent>
 		<groupId>org.bioimageanalysis.icy</groupId>
 		<artifactId>pom-icy</artifactId>
-		<version>3.0.0-a.1</version>
+		<version>3.0.0-a.4</version>
 	</parent>
 
 	<!-- Project Information -->
 	<artifactId>scale-bar</artifactId>
-	<version>4.0.0-a.1</version>
+	<version>4.0.0-a.2</version>
 
 	<name>Scale Bar</name>
 	<description>
@@ -60,12 +60,4 @@
 			<artifactId>ezplug</artifactId>
 		</dependency>
 	</dependencies>
-
-	<!-- Icy Maven repository (to find parent POM) -->
-	<repositories>
-		<repository>
-			<id>icy</id>
-			<url>https://nexus-icy.pasteur.cloud/repository/icy/</url>
-		</repository>
-	</repositories>
 </project>
\ No newline at end of file
-- 
GitLab