Skip to content

Commit

Permalink
#61 4325 release for nfsrods
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 14, 2022
1 parent b9d223c commit 540d57e
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Support for 'first stream closed last' semantics for NFSRods handling

### Removed

## [4.3.2.5-RELEASE]

#### First coordinated stream is required to close and update the catalog when doing parallel transfer #408

Adjustments to close behavior for NFSRods in parallel transfer to close first stream last

## [4.3.2.4-RELEASE]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project: Jargon-core API
### Date: 05/25/2021
### Release Version: 4.3.2.5-SNAPSHOT
### Date: 02/14/2022
### Release Version: 4.3.2.5-RELEASE

## News

Expand Down
2 changes: 1 addition & 1 deletion data-profile/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.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>data-profile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-data-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-mdquery/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.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-mdquery</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-pool</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.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</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.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ticket</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.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-zipservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-zipservice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<version>4.3.2.5-SNAPSHOT</version>
<version>4.3.2.5-RELEASE</version>
</parent>
<name>Jargon</name>
<description>Core Java API and related libraries for iRODS</description>
Expand Down

0 comments on commit 540d57e

Please sign in to comment.