Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed May 6, 2021
1 parent 9662654 commit e568909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CLIJ2 Installation in ImageJ

Download and upack [ImageJ](https://imagej.nih.gov/ij/download.html) and a jar-file called
[clij2-imagej1](https://github.com/clij/clij2-imagej1/releases/download/2.2.0.19/clij2-imagej_-2.2.0.19-jar-with-dependencies.jar).
[clij2-imagej1](https://github.com/clij/clij2-imagej1/releases/download/2.3.0.6/clij2-imagej_-2.3.0.6-jar-with-dependencies.jar).
Please put the jar file in the `plugins` sub-directory of ImageJ.

![Image](images/installation.png)
Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
<parent>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-parent-pom</artifactId>
<version>2.2.0.19</version>
<version>2.3.0.6</version>
</parent>

<groupId>net.haesleinhuepf</groupId>
<artifactId>clij2-imagej_</artifactId>
<version>2.2.0.19</version>
<version>2.3.0.6</version>
<name>CLIJ2-ImageJ</name>
<description>CLIJ2-ImageJ bridge</description>

<repositories>
<repository>
<id>clij</id>
<url>http://dl.bintray.com/haesleinhuepf/clij</url>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down

0 comments on commit e568909

Please sign in to comment.