From 92bb720400dc59bc54a1282de6b687b41cf23b9e Mon Sep 17 00:00:00 2001
From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr>
Date: Wed, 14 Sep 2022 17:02:43 +0200
Subject: [PATCH] updated version

---
 pom.xml | 144 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 69 insertions(+), 75 deletions(-)

diff --git a/pom.xml b/pom.xml
index c93452f..ee8ba92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,92 +1,86 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 
-    <!-- Inherited Icy Parent POM -->
-    <parent>
-        <groupId>org.bioimageanalysis.icy</groupId>
-        <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.3</version>
-    </parent>
+	<!-- Inherited Icy Parent POM -->
+	<parent>
+		<groupId>org.bioimageanalysis.icy</groupId>
+		<artifactId>pom-icy</artifactId>
+		<version>2.1.0</version>
+	</parent>
 
-    <!-- Project Information -->
-    <artifactId>scale-bar</artifactId>
-    <version>3.2.0</version>
+	<!-- Project Information -->
+	<artifactId>scale-bar</artifactId>
+	<version>3.3.0</version>
 
-    <packaging>jar</packaging>
+	<packaging>jar</packaging>
 
-    <name>Scale Bar</name>
-    <description>
+	<name>Scale Bar</name>
+	<description>
         Displays a scale bar overlay on the sequence.
         Warning: this plugin needs correct sequence metadata to be effective. Otherwise it will display wrong values.
     </description>
-    <url>http://icy.bioimageanalysis.org/plugin/scale-bar/</url>
-    <inceptionYear>2020</inceptionYear>
+	<url>http://icy.bioimageanalysis.org/plugin/scale-bar/</url>
+	<inceptionYear>2020</inceptionYear>
 
-    <organization>
-        <name>Institut Pasteur</name>
-        <url>https://pasteur.fr</url>
-    </organization>
+	<organization>
+		<name>Institut Pasteur</name>
+		<url>https://pasteur.fr</url>
+	</organization>
 
-    <licenses>
-        <license>
-            <name>GNU GPLv3</name>
-            <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
+	<licenses>
+		<license>
+			<name>GNU GPLv3</name>
+			<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
 
-    <developers>
-        <developer>
-            <id>sdallongeville</id>
-            <name>Stéphane Dallongeville</name>
-            <url>https://research.pasteur.fr/fr/member/stephane-dallongeville/</url>
-            <roles>
-                <role>founder</role>
-                <role>lead</role>
-                <role>architect</role>
-                <role>developer</role>
-                <role>debugger</role>
-                <role>tester</role>
-                <role>maintainer</role>
-                <role>support</role>
-            </roles>
-        </developer>
-    </developers>
+	<developers>
+		<developer>
+			<id>sdallongeville</id>
+			<name>Stéphane Dallongeville</name>
+			<url>https://research.pasteur.fr/fr/member/stephane-dallongeville/</url>
+			<roles>
+				<role>founder</role>
+				<role>lead</role>
+				<role>architect</role>
+				<role>developer</role>
+				<role>debugger</role>
+				<role>tester</role>
+				<role>maintainer</role>
+				<role>support</role>
+			</roles>
+		</developer>
+	</developers>
 
-    <!-- Project properties -->
-    <properties>
+	<!-- Project properties -->
+	<properties></properties>
 
-    </properties>
+	<!-- Project build configuration -->
+	<build></build>
 
-    <!-- Project build configuration -->
-    <build>
+	<!-- List of project's dependencies -->
+	<dependencies>
+		<!-- The core of Icy -->
+		<dependency>
+			<groupId>org.bioimageanalysis.icy</groupId>
+			<artifactId>icy-kernel</artifactId>
+		</dependency>
 
-    </build>
+		<!-- The EzPlug library, simplifies writing UI for Icy plugins. -->
+		<dependency>
+			<groupId>org.bioimageanalysis.icy</groupId>
+			<artifactId>ezplug</artifactId>
+		</dependency>
+	</dependencies>
 
-    <!-- List of project's dependencies -->
-    <dependencies>
-        <!-- The core of Icy -->
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>icy-kernel</artifactId>
-        </dependency>
-
-        <!-- The EzPlug library, simplifies writing UI for Icy plugins. -->
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>ezplug</artifactId>
-        </dependency>
-    </dependencies>
-
-    <!-- Icy Maven repository (to find parent POM) -->
-    <repositories>
-        <repository>
-            <id>icy</id>
-            <name>Icy's Nexus</name>
-            <url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
-        </repository>
-    </repositories>
+	<!-- Icy Maven repository (to find parent POM) -->
+	<repositories>
+		<repository>
+			<id>icy</id>
+			<name>Icy's Nexus</name>
+			<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
+		</repository>
+	</repositories>
 </project>
\ No newline at end of file
-- 
GitLab