diff --git a/pom.xml b/pom.xml
index 38605a5f69da39740f31def34e1d7765d0ba884e..fe4b623e525ed3ca0fe633544d38f01c1be46510 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>