Skip to content

Commit

Permalink
#61 4.1.10 release activities
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 9, 2017
1 parent c3d2db5 commit f180e4d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Project: Jargon-core API
#### Date:
#### Release Version:
#### git tag: 4.1.10.0-RC2
#### Date: 2/9/2017
#### Release Version: 4.1.10.0-RELEASE
#### git tag: 4.1.10.0-RELEASE
#### Developer: Mike Conway - DICE

## News

4.1.10 Release compatability release candidate 2
4.1.10 Release compatability release
for milestone: https://github.com/DICE-UNC/jargon/milestone/11

This includes support for client-server negotiation and SSL encryption of transport
Expand All @@ -28,9 +28,9 @@ Jargon-core consists of the following libraries

## Requirements

* Jargon depends on Java 1.7+
* Jargon depends on Java 1.8+
* Jargon is built using Apache Maven2, see POM for dependencies
* Jargon supports iRODS 3.0 through iRODS 3.3.1 community, as well as iRODS 4.2.0 consortium
* Jargon supports iRODS 3.0 through 4.1.10, with preliminary testing complete for iRODS 4.2

## Libraries

Expand Down Expand Up @@ -123,7 +123,7 @@ Added test case for MySQL testing. This appears to be resolved by setting UTF8

#### Parallel file transfer does not work #228

Added test case.
Added test case. This does not replicate and is pending further study.



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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-RELEASE</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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-RELEASE</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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-RELEASE</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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-RELEASE</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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
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.1.10.0-SNAPSHOT</version>
<version>4.1.10.0-RELEASE</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 f180e4d

Please sign in to comment.