Skip to content

Commit

Permalink
Merge pull request #47 from CJSCommonPlatform/update-framework-versio…
Browse files Browse the repository at this point in the history
…n-4.3.2

Update framework to version 4.3.2
  • Loading branch information
Allan Mckenzie committed Jul 12, 2018
2 parents 8d83e57 + b39ac27 commit 49043f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [4.5.0] - 2018-07-12
### Changed
- Update to framework version 4.3.2
- Update to framework api version 2.2.0
- Update schema catalog service to version 1.3.2

## [4.4.0] - 2018-06-22
### Changed
- Paging of the event stream now done using SQL rather than calling limit(...) on the stream
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<properties>
<cpp.repo.name>framework-tools</cpp.repo.name>
<common-bom.version>1.27.0</common-bom.version>
<framework-api.version>2.1.2</framework-api.version>
<framework.version>4.2.1</framework.version>
<framework-api.version>2.2.0</framework-api.version>
<framework.version>4.3.2</framework.version>
<wildfly.swarm.version>2017.11.0</wildfly.swarm.version>
<test.utils.version>1.17.3</test.utils.version>
<schema-service.version>1.2.3</schema-service.version>
<schema-service.version>1.3.2</schema-service.version>
<version.swarm.fraction-plugin>77</version.swarm.fraction-plugin>
<slf4j-jboss-logmanager.version>1.0.4.GA</slf4j-jboss-logmanager.version>
<jboss-logmanager.version>2.1.2.Final</jboss-logmanager.version>
Expand Down

0 comments on commit 49043f1

Please sign in to comment.