From 1b5a064cde18dbca05e7f82551569fc343be8ede Mon Sep 17 00:00:00 2001
From: Amandine Tournay <amandine.tournay@pasteur.fr>
Date: Tue, 24 Nov 2020 22:53:13 +0100
Subject: [PATCH] Updated parent version

---
 pom.xml | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38faade..b980af9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <version>1.0.4</version>
+        <version>1.0.6</version>
     </parent>
 
     <artifactId>vecmath</artifactId>
@@ -18,12 +18,6 @@
     <name>Vecmath</name>
     <description>Provides 3D vector mathematics classes.</description>
 
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
-        <outputJar>${project.build.outputDirectory}/../plugin</outputJar>
-    </properties>
-
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
         <resources>
@@ -35,19 +29,4 @@
             </resource>
         </resources>
     </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>icy-kernel</artifactId>
-            <version>2.1.0</version>
-        </dependency>
-    </dependencies>
-
-    <repositories>
-        <repository>
-            <id>icy</id>
-            <url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
-        </repository>
-    </repositories>
 </project>
\ No newline at end of file
-- 
GitLab