From 89ec4d23101bf8d90a8b6a25702490e1b1ce6f42 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 3 Dec 2020 15:28:03 +0100 Subject: [PATCH] Fixed name and version informations, re introduced repositoried info --- pom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f3ec187..1b95255 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -10,10 +10,17 @@ <version>1.0.6</version> </parent> - <artifactId>detection-result</artifactId> - <version>1.0.1</version> + <artifactId>spot-detection-utilities</artifactId> + <version>1.1.6</version> <packaging>jar</packaging> - <name>Detection Result</name> + <name>Detection Utilities</name> + + <repositories> + <repository> + <id>icy</id> + <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> + </repository> + </repositories> </project> \ No newline at end of file -- GitLab