From 0d3a0a1287f44da8d49793f27cefa0d40ee21f12 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Tue, 17 May 2022 02:45:38 +0200 Subject: [PATCH] change name of the pom file --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ec8c009..a257dc1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,9 @@ <artifactId>parent-pom-plugin</artifactId> <version>1.0.3</version> </parent> - <artifactId>tensor-flow-manager</artifactId> + <artifactId>deep-learning-version-manager</artifactId> <version>1.0.0</version> - <name>TensorFlow manager for Icy</name> + <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> <build> -- GitLab