Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #136 from CJSCommonPlatform/dev/release-for-fixing…
Browse files Browse the repository at this point in the history
…-es-dependencies

upping version to latest
  • Loading branch information
mapingo committed May 3, 2019
2 parents 4126c5c + e0987ee commit fff7230
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.7.0] - 2019-05-03
### Changed
- common-bom.version -> 2.0.2
- framework-api-version -> 4.0.0-M18
- utilities.version -> 1.18.0
- test-utils.version ->1.23.0
- generator-maven-plugin.version -> 2.7.0
- json-schema-catalog.version -> 1.7.0


## [1.6.0] - 2019-03-11
### Added
- Maven Mojo which allows independent dependency setting
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
</modules>

<properties>
<common-bom.version>1.29.0</common-bom.version>
<framework-api-version>3.2.0</framework-api-version>
<utilities.version>1.16.4</utilities.version>
<test-utils.version>1.22.0</test-utils.version>
<generator-maven-plugin.version>2.6.2</generator-maven-plugin.version>
<json-schema-catalog.version>1.6.0</json-schema-catalog.version>
<common-bom.version>2.0.2</common-bom.version>
<framework-api-version>4.0.0-M18</framework-api-version>
<utilities.version>1.18.0</utilities.version>
<test-utils.version>1.23.0</test-utils.version>
<generator-maven-plugin.version>2.7.0</generator-maven-plugin.version>
<json-schema-catalog.version>1.7.0</json-schema-catalog.version>

<cpp.repo.name>jsonschema-pojo-generator</cpp.repo.name>
</properties>
Expand Down

0 comments on commit fff7230

Please sign in to comment.