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 99b872e commit 376a344
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 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.0.0.21</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-incubator-imglib2_</artifactId>
<version>0.1.0.0</version>
<artifactId>clijx-assistant-imglib2_</artifactId>
<version>0.4.0.0</version>

<name>Imglib2 wrapper for CLIJx-incubator</name>
<description>Imglib2 wrapper for CLIJx-incubator</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>0.1.0.23</version>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 376a344

Please sign in to comment.