Skip to content

Commit

Permalink
Bump version and dependency, update README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin authored Mar 1, 2023
1 parent 2021779 commit 62a7cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>fr.igred</groupId>
<artifactId>omero_macro-extensions</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>

<name>ImageJ OMERO macro extensions</name>
<description>Plugin providing macro extensions for OMERO.</description>
Expand Down Expand Up @@ -92,7 +92,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<license.licenseName>gpl_v2</license.licenseName>
<license.copyrightOwners>GReD</license.copyrightOwners>
<simple-omero-client.version>5.10.0</simple-omero-client.version>
<!-- 3.2.0 erroneously detects runtime dependencies as test-only. -->
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<!-- User surefire 3.0.0-M7 for JUnit5. -->
Expand All @@ -118,7 +117,7 @@
<dependency>
<groupId>fr.igred</groupId>
<artifactId>simple-omero-client</artifactId>
<version>${simple-omero-client.version}</version>
<version>5.12.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 62a7cc9

Please sign in to comment.