Skip to content

Commit

Permalink
#61 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jun 12, 2015
1 parent ea1dddc commit 142e9b9
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 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-RC1
#### git tag: 4.0.2.3-RC1
#### Release Version: 4.0.2.3-RELEASE
#### git tag: 4.0.2.3-RELEASE
#### Developer: Mike Conway - DICE

## News

Releae candidate for misc fixes and features for iRODS 4.1 certification
Release with 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 All @@ -31,9 +31,9 @@ Jargon-core consists of the following libraries

## Requirements

*Jargon depends on Java 1.7+
*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.0.3 consortium
* Jargon depends on Java 1.7+
* 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.0.3 consortium

## Libraries

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-RC1</version>
<version>4.0.2.3-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.0.2.3-RC1</version>
<version>4.0.2.3-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.0.2.3-RC1</version>
<version>4.0.2.3-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.0.2.3-RC1</version>
<version>4.0.2.3-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.0.2.3-RC1</version>
<version>4.0.2.3-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.0.2.3-RC1</version>
<version>4.0.2.3-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.0.2.3-RC1</version>
<version>4.0.2.3-RELEASE</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-RC1</version>
<version>4.0.2.3-RELEASE</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-RC1</version>
<version>4.0.2.3-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 142e9b9

Please sign in to comment.