From 003498be27c6f337570f3684f85637c7e3374800 Mon Sep 17 00:00:00 2001 From: Thomas <thomas.musset@pasteur.fr> Date: Tue, 22 Apr 2025 18:19:30 +0200 Subject: [PATCH] updated to v2.0.0-a.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d3adf4d..1eb27de 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,11 @@ <parent> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>pom-icy</artifactId> - <version>3.0.0-a.3</version> + <version>3.0.0-a.4</version> </parent> <artifactId>vecmath</artifactId> - <version>2.0.0-a.2</version> + <version>2.0.0-a.3</version> <name>Vecmath</name> <description>Provides 3D vector mathematics classes.</description> -- GitLab