4.3.2.0-RELEASE
michael-conway
released this
13 Nov 18:22
·
125 commits
to master
since this release
A maintenance release incorporating multiple bug fixes and pull requests to support the Metalnx
See CHANGELOG.md for changes for this milestone: https://github.com/DICE-UNC/jargon/milestone/24
This is available on Maven
<repository>
<id>dice.repository</id>
<name>dice.repository</name>
<url>https://raw.github.com/DICE-UNC/DICE-Maven/master/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
....
<dependency>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-core</artifactId>
<version>4.3.2.0-RELEASE</version>
</dependency>