Skip to content

Commit

Permalink
Merge pull request #101 from samply/release/7.4.2
Browse files Browse the repository at this point in the history
Release/7.4.2
  • Loading branch information
TasDeniz authored Dec 13, 2021
2 parents e986ef6 + 23b5cea commit fe4dad4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [7.4.2 - 2021-12-13]
### Changed
- hapi version 5.6.1
### Fixed
- no class def error found for jacksonStructure

## [7.4.1 - 2021-10-18]
### Fixed
- Quality Report for large amount of data
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>share-client</artifactId>
<version>7.4.1</version>
<version>7.4.2</version>
<packaging>war</packaging>

<name>Connector</name>
Expand Down Expand Up @@ -100,7 +100,7 @@
<datatables.version>1.10.16</datatables.version>
<twbs-pagination.version>1.4.1</twbs-pagination.version>
<jqplot.version>1.0.9.d96a669-1</jqplot.version>
<hapi.version>5.5.3</hapi.version>
<hapi.version>5.6.1</hapi.version>
<directory-sync.version>0.1.0</directory-sync.version>
<togglz-core.version>2.6.1.Final</togglz-core.version>
<togglz-jsf.version>2.6.1.Final</togglz-jsf.version>
Expand Down Expand Up @@ -144,6 +144,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit fe4dad4

Please sign in to comment.