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 c527a68 commit 648f5e8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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.2.0.11</version>
<version>2.3.0.6</version>
<relativePath />
</parent>

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

<name>ImageJ wrapper for CLIJx-assistant</name>
<description>ImageJ wrapper for CLIJx-assistant</description>
Expand Down Expand Up @@ -131,11 +131,6 @@
<id>imagej.public</id>
<url>https://maven.imagej.net/content/groups/public</url>
</repository>
<repository>
<id>clij</id>
<url>http://dl.bintray.com/haesleinhuepf/clij</url>
</repository>
</repositories>


</project>

0 comments on commit 648f5e8

Please sign in to comment.