Skip to content

Commit

Permalink
#61 4325 snapshot rollover
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 4, 2022
1 parent 726435b commit d6a9337
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED

### Added

### Changed

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

Support for 'first stream closed last' semantics for NFSRods handling

### Removed


## [4.3.2.4-RELEASE]

### Added

Expand Down
2 changes: 1 addition & 1 deletion 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.4-RELEASE
### Release Version: 4.3.2.5-SNAPSHOT

## News

Expand Down
4 changes: 2 additions & 2 deletions 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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>data-profile</artifactId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.9.0</version>
<configuration>
<debug>true</debug>
</configuration>
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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
6 changes: 1 addition & 5 deletions 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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-data-utils</artifactId>
Expand All @@ -33,10 +33,6 @@
<artifactId>commons-io</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions 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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-mdquery</artifactId>
Expand Down Expand Up @@ -44,17 +44,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
<build>
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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</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.4-RELEASE</version>
<version>4.3.2.5-SNAPSHOT</version>
</parent>
<name>Jargon</name>
<description>Core Java API and related libraries for iRODS</description>
Expand Down

0 comments on commit d6a9337

Please sign in to comment.