Skip to content

Commit

Permalink
#1 4321 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 26, 2021
1 parent dbd0524 commit 08d4015
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[unreleased]

[4.3.2.1-RELEASE - 02/26/2021]

### Added

##### Support for metalnx thumbnail based gallery browsing #21
Expand All @@ -13,5 +17,3 @@ Added a GalleryListService that can support gallery browsing in applications suc

### Changed

### Removed

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Jargon Extensions API for irods-ext


# Project: Jargon Extensions API - IRODS-EXT
### Date:
### Release Version: 4.3.2.1-SNAPSHOT
### git tag:
### Date: 02/26/2021
### Release Version: 4.3.2.1-RELEASE
### git tag: 4.3.2.1-RELEASE

## 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.2.1-SNAPSHOT</version>
<version>4.3.2.1-RELEASE</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.2.1-SNAPSHOT</version>
<version>4.3.2.1-RELEASE</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.2.1-SNAPSHOT</version>
<version>4.3.2.1-RELEASE</version>
</parent>
<artifactId>irodsext-data-profiler</artifactId>
<name>irodsext-data-profiler</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.2.1-SNAPSHOT</version>
<version>4.3.2.1-RELEASE</version>
</parent>
<properties>
<hibernate.version>4.3.11.Final</hibernate.version>
Expand Down

0 comments on commit 08d4015

Please sign in to comment.