Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
#9 prepare for RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 19, 2016
1 parent 2f26e55 commit d0bc81b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Project: iRODS Rest API
## Date:
## Release Version: 4.0.2.5-SNAPSHOT
## Git tag:
## Release Version: 4.0.2.5-RC1
## Git tag: 4.0.2.5-RC1

Release candidate for REST API including Ticket support

https://github.com/DICE-UNC/irods-rest

iRODS Rest API based on Jargon 4.0.2.5, certified against iRODS 3.0+ as well as iRODS Consortium 4.1.x releases up to 4.1.7. See included docs folder for comprehensive user documentation and install instructions
iRODS Rest API based on Jargon 4.0.2.4, certified against iRODS 3.0+ as well as iRODS Consortium 4.1.x releases up to 4.1.7. See included docs folder for comprehensive user documentation and install instructions

See https://github.com/DICE-UNC/irods-rest/issues for support and known issues

Expand All @@ -15,10 +17,7 @@ See https://github.com/DICE-UNC/irods-rest/issues for support and known issues
* Depends on Java 1.8+
* Built using Apache Maven2, see POM for dependencies


### Bug Fixes

### Features
### Changes

#### #2 CORS header support

Expand Down Expand Up @@ -49,3 +48,7 @@ in basic auth to force standard iRODS auth or PAM auth behavior.

See the docs/ section for installation and configuration instructions, as well as notes on using PAM and Standard iRODS Auth.

#### add ticket support #9

REST API now supports the use of iRODS tickets, allowing anonymous, token based access to iRODS REST resources

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods</groupId>
<artifactId>irods-rest</artifactId>
<version>4.0.2.5-SNAPSHOT</version>
<version>4.0.2.5-RC1</version>
<packaging>war</packaging>
<name>irods-rest</name>
<description>REST API for iRODS based on Jargon</description>
Expand Down

0 comments on commit d0bc81b

Please sign in to comment.