diff --git a/CHANGELOG.md b/CHANGELOG.md index a87237c..42e9665 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [] - XXXX ### Added ### Changed -#### Factor out metalnx circular dependencies into abstracted services #5 - -Factor out generic concepts like stars/shares in a way that they can be used by other code, e.g. REST API or other clients. This corrects some circular dependencies in MetaLnx. metalnx core and services libraries are pulled out into stand-alone packages and then set as dependencies in Metalnx itself. - - ### Removed diff --git a/README.md b/README.md index 9fdbfa3..6c06f38 100755 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Jargon Extensions API for irods-ext # Project: Jargon Extensions API - IRODS-EXT ### Date: 01/27/2020 -### Release Version: 4.3.1.0-RELEASE -### git tag: 4.3.1.0-RELEASE +### Release Version: 4.3.1.1-SNAPSHOT +### git tag: ## News diff --git a/emc-metalnx-core/pom.xml b/emc-metalnx-core/pom.xml index 0580088..a0b4f16 100755 --- a/emc-metalnx-core/pom.xml +++ b/emc-metalnx-core/pom.xml @@ -8,7 +8,7 @@ jargon-irods-ext org.irods.jargon - 4.3.1.0-RELEASE + 4.3.1.1-SNAPSHOT emc-metalnx-core diff --git a/emc-metalnx-services/pom.xml b/emc-metalnx-services/pom.xml index 603c371..135e883 100755 --- a/emc-metalnx-services/pom.xml +++ b/emc-metalnx-services/pom.xml @@ -7,7 +7,7 @@ jargon-irods-ext org.irods.jargon - 4.3.1.0-RELEASE + 4.3.1.1-SNAPSHOT emc-metalnx-services diff --git a/irodsext-data-profiler/pom.xml b/irodsext-data-profiler/pom.xml index 6b04371..9b27d07 100755 --- a/irodsext-data-profiler/pom.xml +++ b/irodsext-data-profiler/pom.xml @@ -6,7 +6,7 @@ jargon-irods-ext org.irods.jargon - 4.3.1.0-RELEASE + 4.3.1.1-SNAPSHOT irodsext-data-profiler irodsext-data-profiler diff --git a/irodsext-data-typer/pom.xml b/irodsext-data-typer/pom.xml index 2c8c3fd..b337798 100755 --- a/irodsext-data-typer/pom.xml +++ b/irodsext-data-typer/pom.xml @@ -6,7 +6,7 @@ jargon-irods-ext org.irods.jargon - 4.3.1.0-RELEASE + 4.3.1.1-SNAPSHOT irodsext-data-typer irodsext-data-typer diff --git a/pom.xml b/pom.xml index 5e80c70..5bdac39 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.irods jargon-pom - 4.3.1.0-RELEASE + 4.3.1.1-SNAPSHOT 4.3.11.Final