Skip to content

Commit e5c3f9b

Browse files
committed
bump version
1 parent c2ffbf9 commit e5c3f9b

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

pom.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<parent>
99
<groupId>net.haesleinhuepf</groupId>
1010
<artifactId>clij-parent-pom</artifactId>
11-
<version>2.2.1.0</version>
11+
<version>2.3.0.6</version>
1212
<relativePath />
1313
</parent>
1414

1515
<groupId>net.haesleinhuepf</groupId>
1616
<!-- note: the artifactId must contain an underscore _ to make ImageJ handle it correctly.-->
1717
<artifactId>clijx-assistant_</artifactId>
18-
<version>0.4.3.0</version>
18+
<version>0.5.0.6</version>
1919

2020

2121
<name>assistant</name>
@@ -136,18 +136,7 @@
136136
<id>imagej.public</id>
137137
<url>https://maven.imagej.net/content/groups/public</url>
138138
</repository>
139-
<repository>
140-
<id>clij</id>
141-
<url>http://dl.bintray.com/haesleinhuepf/clij</url>
142-
</repository>
143139
</repositories>
144140

145141

146-
<distributionManagement>
147-
<repository>
148-
<id>bintray-haesleinhuepf-snapshots</id>
149-
<name>bintray-snapshots</name>
150-
<url>https://api.bintray.com/maven/haesleinhuepf/clij/clijx-assistant_/;publish=1</url>
151-
</repository>
152-
</distributionManagement>
153142
</project>

src/main/Resources/plugins.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Plugins>ImageJ on GPU (CLIJx-Assistant)>Interoperability, "Open tif sequence (ex
1717

1818
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")
1919
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Online help", net.haesleinhuepf.clij.macro.documentation.OnlineDocumentationOpener("https://clij.github.io/assistant")
20-
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.4.3.0", null
20+
Plugins>ImageJ on GPU (CLIJx-Assistant), "CLIJx-Assistant Version 0.5.0.6", null
2121

2222

0 commit comments

Comments
 (0)