From 793bdea8d228366854dc4a9e5da94d5a7e67ee24 Mon Sep 17 00:00:00 2001
From: Amandine Tournay <amandine.tournay@pasteur.fr>
Date: Sun, 14 Aug 2022 02:53:18 +0200
Subject: [PATCH] Upgraded POM to latest version

---
 pom.xml | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42c87cf..510d17a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
+		<artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.6</version>
-    </parent>
+        <version>2.0.0</version>
+	</parent>
 
     <artifactId>micromanager</artifactId>
     <version>1.9.5</version>
@@ -21,6 +21,15 @@
         Use your microscope and microscopic devices in Icy !
         Compatible with Micro-Manager 1.4.19 or above but we recommend to use the current last (1.4.23 / nightly build)
     </description>
+	
+	<profiles>
+        <profile>
+            <id>icy-plugin</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+        </profile>
+    </profiles>
 
     <dependencies>
         <dependency>
@@ -45,9 +54,5 @@
             <id>icy</id>
             <url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
         </repository>
-        <repository>
-            <id>imagej-release</id>
-            <url>http://maven.imagej.net/content/repositories/public/</url>
-        </repository>
     </repositories>
 </project>
\ No newline at end of file
-- 
GitLab