From 93ccc0fc0f3bd878039b8e3bc7907685298b7a33 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Fri, 5 May 2023 12:19:17 +0200 Subject: [PATCH] updated version and parent pom --- pom.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 0746d33..8db483e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ <parent> <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>parent-pom-plugin</artifactId> - <version>1.0.8</version> + <artifactId>pom-icy</artifactId> + <version>2.1.5</version> </parent> <artifactId>color-picker-threshold</artifactId> - <version>1.2.2</version> + <version>1.2.3</version> <packaging>jar</packaging> @@ -22,19 +22,10 @@ – positive and negative colors selection and SVM learning </description> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jdk.version>1.8</jdk.version> - - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> - </properties> - <dependencies> <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>nherve-toolbox</artifactId> - <version>1.3.2</version> </dependency> </dependencies> -- GitLab