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 c2ffbf9 commit e5c3f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 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.1.0</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_</artifactId>
<version>0.4.3.0</version>
<version>0.5.0.6</version>


<name>assistant</name>
Expand Down Expand Up @@ -136,18 +136,7 @@
<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>


<distributionManagement>
<repository>
<id>bintray-haesleinhuepf-snapshots</id>
<name>bintray-snapshots</name>
<url>https://api.bintray.com/maven/haesleinhuepf/clij/clijx-assistant_/;publish=1</url>
</repository>
</distributionManagement>
</project>
2 changes: 1 addition & 1 deletion src/main/Resources/plugins.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Plugins>ImageJ on GPU (CLIJx-Assistant)>Interoperability, "Open tif sequence (ex

Plugins>ImageJ on GPU (CLIJx-Assistant), "How to cite CLIJx-Assistant", net.haesleinhuepf.clij.macro.documentation.OnlineDocumentationOpener("https://www.biorxiv.org/content/10.1101/2020.11.19.386565v1")
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Online help", net.haesleinhuepf.clij.macro.documentation.OnlineDocumentationOpener("https://clij.github.io/assistant")
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.4.3.0", null
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.5.0.6", null


0 comments on commit e5c3f9b

Please sign in to comment.