Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed May 11, 2020
1 parent ef118a4 commit a8e7f81
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions java/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>jxrlib-all</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<packaging>jar</packaging>

<name>JXRLib Java Bindings</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>jxrlib</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</dependency>
<dependency>
<groupId>org.scijava</groupId>
Expand All @@ -47,19 +47,19 @@
<dependency>
<groupId>ome</groupId>
<artifactId>jxrlib-native-windows_64</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ome</groupId>
<artifactId>jxrlib-native-linux_64</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ome</groupId>
<artifactId>jxrlib-native-osx_64</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java/cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'ome.jxrlib-cli'
version = '0.2.4-SNAPSHOT'
version = '0.2.4'

mainClassName = 'ome.jxrlib.Main'

Expand All @@ -29,7 +29,7 @@ configurations.all {

dependencies {
implementation 'ch.qos.logback:logback-classic:1.1.7'
implementation 'ome:jxrlib-all:0.2.4-SNAPSHOT'
implementation 'ome:jxrlib-all:0.2.4'
implementation 'args4j:args4j:2.33'
implementation 'javax.xml.bind:jaxb-api:2.3.0'
implementation 'com.sun.xml.bind:jaxb-core:2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion java/native-linux_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>jxrlib-native-linux_64</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<packaging>jar</packaging>

<name>JXRLib native library dependencies for Linux x86-84</name>
Expand Down
2 changes: 1 addition & 1 deletion java/native-osx_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>jxrlib-native-osx_64</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<packaging>jar</packaging>

<name>JXRLib native library dependencies for Mac OS X x86-84</name>
Expand Down
2 changes: 1 addition & 1 deletion java/native-windows_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>jxrlib-native-windows_64</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<packaging>jar</packaging>

<name>JXRLib native library dependencies for Windows x64</name>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>jxrlib</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<packaging>jar</packaging>

<name>JXRLib Java Bindings</name>
Expand Down

0 comments on commit a8e7f81

Please sign in to comment.