-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed project and switched to simple-omero-client 5.8.3 (#3)
* Fixed createProject function, corrected README and updated dependency * Removed expected ij version from pom.xml * Added catch for new expected exceptions * Added optional parameters to "addToTable" and "getROIs". * Restructured addTable() and fixed testTable() test
- Loading branch information
Showing
5 changed files
with
88 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ | |
</parent> | ||
|
||
<groupId>fr.igred</groupId> | ||
<artifactId>omero_macroextensions</artifactId> | ||
<artifactId>omero_macro-extensions</artifactId> | ||
<version>1.0.1</version> | ||
|
||
<name>ImageJ OMERO macro extensions</name> | ||
<description>Plugin providing macro extensions for OMERO.</description> | ||
<url>https://github.com/GReD-Clermont/omero_macroextensions</url> | ||
<url>https://github.com/GReD-Clermont/omero_macro-extensions</url> | ||
<inceptionYear>2021</inceptionYear> | ||
|
||
<organization> | ||
|
@@ -63,24 +63,24 @@ | |
</mailingLists> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/GReD-Clermont/omero_macroextensions</connection> | ||
<developerConnection>scm:git:[email protected]:GReD-Clermont/omero_macroextensions</developerConnection> | ||
<connection>scm:git:git://github.com/GReD-Clermont/omero_macro-extensions</connection> | ||
<developerConnection>scm:git:[email protected]:GReD-Clermont/omero_macro-extensions</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>https://github.com/GReD-Clermont/omero_macroextensions</url> | ||
<url>https://github.com/GReD-Clermont/omero_macro-extensions</url> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issues</system> | ||
<url>https://github.com/GReD-Clermont/omero_macroextensions/issues</url> | ||
<url>https://github.com/GReD-Clermont/omero_macro-extensions/issues</url> | ||
</issueManagement> | ||
<ciManagement> | ||
<system>GitHub Actions</system> | ||
<url>https://github.com/GReD-Clermont/omero_macroextensions/actions</url> | ||
<url>https://github.com/GReD-Clermont/omero_macro-extensions/actions</url> | ||
</ciManagement> | ||
<distributionManagement> | ||
<repository> | ||
<id>github</id> | ||
<name>GitHub GReD-Clermont Apache Maven Packages</name> | ||
<url>https://maven.pkg.github.com/GReD-Clermont/omero_macroextensions</url> | ||
<url>https://maven.pkg.github.com/GReD-Clermont/omero_macro-extensions</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
|
@@ -91,7 +91,7 @@ | |
<license.licenseName>gpl_v2</license.licenseName> | ||
<license.copyrightOwners>GReD</license.copyrightOwners> | ||
<allowedDuplicateClasses>com.esotericsoftware.kryo.*,com.esotericsoftware.minlog.*,com.esotericsoftware.reflectasm.*</allowedDuplicateClasses> | ||
<soc.version>5.8.2</soc.version> | ||
<soc.version>5.8.3</soc.version> | ||
</properties> | ||
|
||
<dependencyManagement> | ||
|
@@ -122,7 +122,6 @@ | |
<dependency> | ||
<groupId>net.imagej</groupId> | ||
<artifactId>ij</artifactId> | ||
<version>1.53c</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Plugins>OMERO, "OMERO Extensions", fr.igred.ij.plugin.OMEROExtension("") | ||
Plugins>OMERO, "OMERO Extensions", fr.igred.ij.plugin.OMEROMacroExtension("") |
Oops, something went wrong.