Skip to content

Commit

Permalink
#1 version rollover
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jan 27, 2020
1 parent b7c38cc commit 4a67373
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 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: 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

Expand Down
2 changes: 1 addition & 1 deletion emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.1.0-RELEASE</version>
<version>4.3.1.1-SNAPSHOT</version>
</parent>
<artifactId>emc-metalnx-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion emc-metalnx-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.1.0-RELEASE</version>
<version>4.3.1.1-SNAPSHOT</version>
</parent>
<artifactId>emc-metalnx-services</artifactId>
<dependencies>
Expand Down
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.1.0-RELEASE</version>
<version>4.3.1.1-SNAPSHOT</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.1.0-RELEASE</version>
<version>4.3.1.1-SNAPSHOT</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.1.0-RELEASE</version>
<version>4.3.1.1-SNAPSHOT</version>
</parent>
<properties>
<hibernate.version>4.3.11.Final</hibernate.version>
Expand Down

0 comments on commit 4a67373

Please sign in to comment.