Skip to content

Commit

Permalink
#1 release prep for 4301
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Oct 25, 2018
1 parent 9be0c8d commit 87631af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Jargon Extensions API for irods-ext

# Project: Jargon Extensions API - IRODS-EXT
### Date: 07/05/2018
### Release Version: 4.3.0.1-SNAPSHOT
### git tag:
### Release Version: 4.3.0.1-RELEASE
### git tag:

## News

Expand All @@ -17,7 +17,7 @@ same extension interfaces to track MetaLnx, and will attempt to provide a common

* 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.2 consortium
* Jargon supports iRODS 3.0 through iRODS 3.3.1 community, as well as iRODS 4.3 consortium

## Libraries

Expand All @@ -26,3 +26,5 @@ Jargon-core uses Maven for dependency management. See the pom.xml file for refe
Note that the following bug and feature requests are logged in GitHub with related commit information [[https://github.com/DICE-UNC/jargon/issues]]

## Changes

#### Update of misc dependencies via jargon-pom dependencies
2 changes: 1 addition & 1 deletion irodsext-data-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.0.1-SNAPSHOT</version>
<version>4.3.0.1-RELEASE</version>
</parent>
<artifactId>irodsext-data-profiler</artifactId>
<name>irodsext-data-profiler</name>
Expand Down
2 changes: 1 addition & 1 deletion irodsext-data-typer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.0.1-SNAPSHOT</version>
<version>4.3.0.1-RELEASE</version>
</parent>
<artifactId>irodsext-data-typer</artifactId>
<name>irodsext-data-typer</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<version>4.3.0.1-SNAPSHOT</version>
<version>4.3.0.1-RELEASE</version>
</parent>
<properties>
<metalnx.version>2.0.0</metalnx.version>
Expand Down

0 comments on commit 87631af

Please sign in to comment.