Skip to content

Commit f180e4d

Browse files
author
michael-conway
committed
#61 4.1.10 release activities
1 parent c3d2db5 commit f180e4d

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
# Project: Jargon-core API
3-
#### Date:
4-
#### Release Version:
5-
#### git tag: 4.1.10.0-RC2
3+
#### Date: 2/9/2017
4+
#### Release Version: 4.1.10.0-RELEASE
5+
#### git tag: 4.1.10.0-RELEASE
66
#### Developer: Mike Conway - DICE
77

88
## News
99

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

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

2929
## Requirements
3030

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

3535
## Libraries
3636

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

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

126-
Added test case.
126+
Added test case. This does not replicate and is pending further study.
127127

128128

129129

jargon-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.irods</groupId>
44
<artifactId>jargon</artifactId>
5-
<version>4.1.10.0-SNAPSHOT</version>
5+
<version>4.1.10.0-RELEASE</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

jargon-data-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.1.10.0-SNAPSHOT</version>
6+
<version>4.1.10.0-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-data-utils</artifactId>

jargon-httpstream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jargon</artifactId>
66
<groupId>org.irods</groupId>
7-
<version>4.1.10.0-SNAPSHOT</version>
7+
<version>4.1.10.0-RELEASE</version>
88
</parent>
99
<groupId>org.irods.jargon</groupId>
1010
<artifactId>jargon-httpstream</artifactId>

jargon-ruleservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.1.10.0-SNAPSHOT</version>
6+
<version>4.1.10.0-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ruleservice</artifactId>

jargon-ticket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.1.10.0-SNAPSHOT</version>
6+
<version>4.1.10.0-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ticket</artifactId>

jargon-user-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jargon</artifactId>
66
<groupId>org.irods</groupId>
7-
<version>4.1.10.0-SNAPSHOT</version>
7+
<version>4.1.10.0-RELEASE</version>
88
</parent>
99
<groupId>org.irods.jargon</groupId>
1010
<artifactId>jargon-user-profile</artifactId>

jargon-user-tagging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.irods</groupId>
44
<artifactId>jargon</artifactId>
5-
<version>4.1.10.0-SNAPSHOT</version>
5+
<version>4.1.10.0-RELEASE</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.irods</groupId>
66
<artifactId>jargon</artifactId>
77
<packaging>pom</packaging>
8-
<version>4.1.10.0-SNAPSHOT</version>
8+
<version>4.1.10.0-RELEASE</version>
99
<name>Jargon</name>
1010
<description>Core Java API and related libraries for iRODS</description>
1111
<url>https://github.com/DICE-UNC/jargon</url>

0 commit comments

Comments
 (0)