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 8a0f65a commit 2a5e964
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-parent-pom</artifactId>
<version>2.1.4.0</version>
<version>2.3.0.4</version>
<relativePath />
</parent>

<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-core</artifactId>
<version>1.7.4.0</version>
<version>1.8.0.4</version>

<name>clij-core</name>
<description>clij-core</description>
Expand Down Expand Up @@ -148,19 +148,6 @@
<id>scijava.public</id>
<url>https://maven.scijava.org/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/clij-core/;publish=1</url>
</repository>

</distributionManagement>
</project>

0 comments on commit 2a5e964

Please sign in to comment.