Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed May 16, 2020
1 parent bc11781 commit ca49367
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 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>1.5.8</version>
<version>2.0.0.0-BETA</version>
<relativePath />
</parent>

<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-core</artifactId>
<version>1.5.8</version>
<version>1.7.0.0</version>

<name>clij-core</name>
<description>clij-core</description>
Expand Down Expand Up @@ -87,14 +87,12 @@
<license.copyrightOwners>Robert Haase, MPI CBG</license.copyrightOwners>
<scijava.app.directory>C:/programs/fiji-win64/Fiji.app/</scijava.app.directory>
<!--<scijava.app.directory>/home/rhaase/programs/fiji/Fiji.app/</scijava.app.directory>-->
<clojure.version>1.9.0</clojure.version>
<jruby-core.version>9.1.17.0</jruby-core.version>
</properties>

<dependencies>
<!-- CLIJ dependencies -->
<dependency>
<groupId>net.clearcontrol</groupId>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij-clearcl</artifactId>
</dependency>

Expand Down Expand Up @@ -143,18 +141,6 @@
<artifactId>commons-math3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>${clojure.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>${jruby-core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit ca49367

Please sign in to comment.