From 62a7cc9175f4348ce950dd401e3b2de9184c6536 Mon Sep 17 00:00:00 2001 From: Pierre Pouchin Date: Wed, 1 Mar 2023 02:16:19 +0100 Subject: [PATCH] Bump version and dependency, update README (#16) --- README.md | 6 +++--- pom.xml | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d079f9a..c9a5764 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Java CI with Maven](https://github.com/GReD-Clermont/omero_macro-extensions/actions/workflows/maven.yml/badge.svg)](https://github.com/GReD-Clermont/omero_macro-extensions/actions/workflows/maven.yml) -[![DOI](https://img.shields.io/badge/DOI-10.12688%2Ff1000research.110385.1-GREEN)](https://doi.org/10.12688/f1000research.110385.1) +[![DOI](https://img.shields.io/badge/DOI-10.12688%2Ff1000research.110385.2-GREEN)](https://doi.org/10.12688/f1000research.110385.2) # OMERO Macro Extensions @@ -9,8 +9,8 @@ A plugin for ImageJ to provide macro extensions to access OMERO. 1. Install the [OMERO.insight plugin](https://omero-guides.readthedocs.io/en/latest/fiji/docs/installation.html) (if you haven't already). -2. Download the JAR file for this [library](https://github.com/GReD-Clermont/simple-omero-client/releases/latest/). -3. Download the JAR file ([for this plugin](https://github.com/GReD-Clermont/omero_macro-extensions/releases/latest/)). +2. Download the JAR file for this [library](https://github.com/GReD-Clermont/simple-omero-client/releases/tag/5.12.1/). +3. Download the JAR file ([for this plugin](https://github.com/GReD-Clermont/omero_macro-extensions/releases/tag/1.3.2/)). 4. Place these JAR files in your plugins folder. ## How to use diff --git a/pom.xml b/pom.xml index c07cf5f..9b0b3c1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ fr.igred omero_macro-extensions - 1.3.1 + 1.3.2 ImageJ OMERO macro extensions Plugin providing macro extensions for OMERO. @@ -92,7 +92,6 @@ UTF-8 gpl_v2 GReD - 5.10.0 3.3.0 @@ -118,7 +117,7 @@ fr.igred simple-omero-client - ${simple-omero-client.version} + 5.12.1