Skip to content

4.0.2.6-RELEASE

Compare
Choose a tag to compare
@michael-conway michael-conway released this 13 Jul 13:58
· 803 commits to master since this release

This is a maintenance release of Jargon corresponding to iRODS 4.1.9 and backwards compatible to iRODS 3.3.1. Per the 4.0.2.6 Milestone

See README.md for release notes

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.0.2.6-RELEASE</version>
        </dependency>