Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 25, 2020
1 parent 08ed9d3 commit 10f5663
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-parent-pom</artifactId>
<version>2.1.1.0</version>
<version>2.2.0.0</version>
<relativePath />
</parent>

<groupId>net.haesleinhuepf</groupId>
<!-- note: the artifactId must contain an underscore _ to make ImageJ handle it correctly.-->
<artifactId>clijx-assistant-morpholibj_</artifactId>
<version>0.1.0.0</version>
<version>0.4.0.0</version>

<name>MorphoLibJ wrapper for CLIJx-assistant</name>
<description>MorphoLibJ wrapper for CLIJx-assistant</description>
Expand Down Expand Up @@ -74,7 +74,7 @@
<package-name>net.haesleinhuepf</package-name>
<license.licenseName>bsd_3</license.licenseName>
<license.copyrightOwners>Robert Haase, MPI CBG</license.copyrightOwners>
<imagej.app.directory>C:/programs/fiji-win64/Fiji.app/</imagej.app.directory>
<scijava.app.directory>C:/programs/fiji-win64/Fiji.app/</scijava.app.directory>
<!--<imagej.app.directory>/home/rhaase/programs/fiji/Fiji.app/</imagej.app.directory>-->
</properties>

Expand Down Expand Up @@ -124,11 +124,6 @@
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
</dependency>
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clijx-incubator_</artifactId>
<version>${clijx_incubator.version}</version>
</dependency>
<dependency>
<groupId>fr.inra.ijpb</groupId>
<artifactId>MorphoLibJ_</artifactId>
Expand Down

0 comments on commit 10f5663

Please sign in to comment.