From d622f23b6227c8c95f353e634dde8233ac015421 Mon Sep 17 00:00:00 2001
From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr>
Date: Thu, 10 Nov 2022 09:57:54 +0100
Subject: [PATCH] updated parent pom version

---
 pom.xml | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index 56b0622..2f7aa13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,9 @@
 
     <!-- Inherited Icy Parent POM -->
     <parent>
-		<artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <version>2.0.0</version>
+		<artifactId>pom-icy</artifactId>
+        <version>2.1.0</version>
 	</parent>
 
     <!-- Project Information -->
@@ -51,28 +51,11 @@
 
     </properties>
 
-    <profiles>
-        <profile>
-            <id>icy-plugin</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-        </profile>
-    </profiles>
-
     <!-- List of project's dependencies -->
     <dependencies>
-        <!-- The core of Icy -->
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>icy-kernel</artifactId>
-			<version>${icy-kernel.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>matlab-io</artifactId>
-			<version>${matlab-io.version}</version>
         </dependency>
     </dependencies>
 
-- 
GitLab