From 6e54f68fc035d456c6678b7f2179a2682a1a3f67 Mon Sep 17 00:00:00 2001 From: Christian Tischer Date: Fri, 7 Jun 2024 11:48:21 +0200 Subject: [PATCH] Update pom --- pom.xml | 8 ++++---- src/test/java/projects/OpenRemoteCLEMExample.java | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c8746418a..4fb05c22f 100644 --- a/pom.xml +++ b/pom.xml @@ -92,15 +92,15 @@ 1.0.2 16.0.2 - 4.1.2 + 4.2.0 1.1.1 4.1.0 2.2.0 - 4.2.0 + 4.2.1 7.0.0 - 1.5.0 + 1.6.0 6.1.1 - 1.3.4-SNAPSHOT + 1.3.4 1.0.2 3.2.0 diff --git a/src/test/java/projects/OpenRemoteCLEMExample.java b/src/test/java/projects/OpenRemoteCLEMExample.java index 0dc12ff6e..ff7dc37b8 100644 --- a/src/test/java/projects/OpenRemoteCLEMExample.java +++ b/src/test/java/projects/OpenRemoteCLEMExample.java @@ -41,6 +41,7 @@ public static void main( String[] args ) throws IOException final ImageJ imageJ = new ImageJ(); imageJ.ui().showUI(); - new MoBIE("https://github.com/mobie/clem-example-project/", MoBIESettings.settings().gitProjectBranch( "main" ).view( "SupplFig1a" )); + new MoBIE("https://github.com/mobie/clem-example-project/", + MoBIESettings.settings().gitProjectBranch( "main" ).view( "SupplFig1a" )); } }