Skip to content

Releases: DICE-UNC/jargon-irods-ext

4.3.4.0-RELEASE

30 Aug 19:18
Compare
Choose a tag to compare

Fixed

  • Update version and configuration for jaxb2-maven-plugin [#37]

4.3.2.5-RELEASE

15 Feb 16:28
Compare
Choose a tag to compare
#1 4325 release

4.3.2.4-RELEASE

26 Jan 15:22
Compare
Choose a tag to compare

Companion to main Jargon release 4.3.2.4 to employ in metalnx

4.3.2.2-RELEASE

25 May 18:37
Compare
Choose a tag to compare

Release to support Metalnx Contains refactored (in transition) Metalnx services for decomposition into standard iRODS structures as Metalnx database is drawn down.

4.3.2.1-RELEASE

26 Feb 20:48
Compare
Choose a tag to compare

Release to support Metalnx 2.3.0. Contains refactored (in transition) Metalnx services for decomposition into standard iRODS structures as Metalnx database is drawn down.

4.3.1.0-RELEASE

27 Jan 15:44
Compare
Choose a tag to compare

Release to support Metalnx 2.0.1. Contains refactored (in transition) Metalnx services for decomposition into standard iRODS structures as Metalnx database is drawn down.

4.3.0.2-RELEASE

15 Apr 20:31
Compare
Choose a tag to compare

Maintenance release for Metalnx 2.0.0

4.3.0.0-RELEASE

05 Jul 19:16
Compare
Choose a tag to compare

Project: Jargon Extensions API - IRODS-EXT

Date: 07/05/2018

Release Version: 4.3.0.0-RELEASE

git tag: 4.3.0.0-RELEASE

News

Extended support in Jargon for advanced iRODS mid-tier capabilities using the IRODS-EXT database. This package is an implementation of the
original jargon-extensions reference implementation. The prior version was associated with the cloud browser, this follow-on implements the
same extension interfaces to track MetaLnx, and will attempt to provide a common API that bridges several projects, giving out-of-the-box baseline functionality.

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>