Skip to content

Commit

Permalink
Eiffel 2.0 components 3PP Version Uplift. (#10)
Browse files Browse the repository at this point in the history
Upgraded Json schema validator to 2.2.8 in remrem-parent.
  • Loading branch information
zburswa authored and xdurvak committed Nov 26, 2018
1 parent 13cba11 commit a2f7ae1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.7
- Version upgrade.
- json-schema-validator updated to 2.2.8

## 0.0.6
- Version upgrade.
- Jackson.databind.version updated to 2.9.5
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Ericsson</groupId>
<artifactId>eiffel-remrem-parent</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<packaging>pom</packaging>
<properties>
<slf4j.version>1.7.25</slf4j.version>
Expand All @@ -24,7 +24,7 @@
<commons.io.version>2.6</commons.io.version>
<mockito.version>2.8.47</mockito.version>
<jackson.databind.version>2.9.5</jackson.databind.version>
<json.schema.validator.version>2.2.6</json.schema.validator.version>
<json.schema.validator.version>2.2.8</json.schema.validator.version>
<gson.version>2.8.1</gson.version>
<swagger.ui.version>2.6.1</swagger.ui.version>
<powermock.version>1.7.3</powermock.version>
Expand Down

0 comments on commit a2f7ae1

Please sign in to comment.