Skip to content

Commit

Permalink
#61 set up for rc
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jun 1, 2015
1 parent cbd04ec commit 559bddc
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Jargon Core API

# Project: Jargon-core API
#### Date:
#### Release Version: 4.0.2.3-SNAPSHOT
#### git tag:
#### Release Version: 4.0.2.3-RC1
#### git tag: 4.0.2.3-RC1
#### Developer: Mike Conway - DICE

## News

Work in progress on misc fixes and features for iRODS 4.1 certification
Releae candidate for misc fixes and features for iRODS 4.1 certification

Release milestone https://github.com/DICE-UNC/jargon/milestones/4.0.2.3%20with%20iRODS%204.1

Expand Down Expand Up @@ -63,7 +63,7 @@ Added backwards-compatible processing for copy API number and improved overwrite

Resource groups are no longer a concept, so some operations using resource groups now throw an UnsupportedOperationException when ussued against a 4.1+ iRODS host. These operations continue to be supported pre 4.1. Unit test code was adjusted.

#### estTrimReplicasForDataObjectByResourceNameInvalid fails with uncaught -78000 #109
#### testTrimReplicasForDataObjectByResourceNameInvalid fails with uncaught -78000 #109

Added a ResourceNotFoundException in the hierarchy. For prior to 4.1, will maintain current behavior of silently ignoring, which in retrospect might be a bit odd. But no surprises! From 4.1+ will throw a DataNotFoundException. It's a little messy, may rethink that later.

Expand Down
2 changes: 1 addition & 1 deletion jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-data-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-data-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-httpstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-httpstream</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-ruleservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ruleservice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-ticket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ticket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-user-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-user-profile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-user-tagging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-workflow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<packaging>pom</packaging>
<version>4.0.2.3-SNAPSHOT</version>
<version>4.0.2.3-RC1</version>
<name>Jargon</name>
<description>Core Java API and related libraries for iRODS</description>
<url>https://github.com/DICE-UNC/jargon</url>
Expand Down

0 comments on commit 559bddc

Please sign in to comment.