Skip to content

Commit

Permalink
down graded json-schema-validator version to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
znvbnea authored and vasile-baluta committed Aug 24, 2018
1 parent 33e4d37 commit 893a39e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

## 0.0.2
- Added few more common dependencies required for eiffel components

## 0.0.3
- down graded json-schema-validator version to 2.2.6
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.2</version>
<version>0.0.3</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.4</jackson.databind.version>
<json.schema.validator.version>2.2.8</json.schema.validator.version>
<json.schema.validator.version>2.2.6</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 893a39e

Please sign in to comment.