From 95769a94684ed7ea5073916686c216e00891159a Mon Sep 17 00:00:00 2001
From: carlosuc3m <100329787@alumnos.uc3m.es>
Date: Thu, 29 Jun 2023 17:26:30 +0200
Subject: [PATCH] prepare pom for deploying into the icy nexus

---
 pom.xml | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38605a5..fe4b623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,37 +3,23 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.bioimageanalysis.icy</groupId>
-		<artifactId>parent-pom-plugin</artifactId>
-		<version>1.0.6</version>
+		<artifactId>pom-icy</artifactId>
+		<version>2.1.5</version>
 	</parent>
     
-	<artifactId>deep-learning-version-manager</artifactId>
+	<artifactId>deep-learning-manager</artifactId>
 	<version>1.0.0</version>
     
 	<name>Deep Learning versions manager for Icy</name>
-	<description>This project holds the code for the TensorFlow library manager. It allows users to download, install and select the version of TensorFlow that other plugins use in Icy.
+	<description>This project holds the code for the Deep Learning library manager. It allows users to download,
+			install and select the version of a Deep Learning framework that other plugins use in Icy.
 	</description>
     
-	<build>
-		<plugins>
-			<!--<plugin><groupId>org.codehaus.mojo</groupId><artifactId>exec-maven-plugin</artifactId><version>1.3.2</version><executions><execution><phase>install</phase><goals><goal>java</goal></goals></execution></executions><configuration><mainClass>icy.main.Icy</mainClass></configuration></plugin>-->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<additionalOptions>
-						<additionalOption>-Xdoclint:none</additionalOption>
-					</additionalOptions>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-    
 	<dependencies>
         <dependency>
-            <groupId>io.bioimage</groupId>
+            <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>dl-modelrunner</artifactId>
-            <version>0.3.11-SNAPSHOT</version>
+            <version>0.3.10</version>
         </dependency>
 	</dependencies>
 	<repositories>
-- 
GitLab