Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit 57e1e95

Browse files
chore: release v4.7.0
1 parent 4eb7176 commit 57e1e95

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [4.7.0] – 2020-03-20
8+
- No feature changes, just bumping of minor version to indicate compatibility with `jsonschema-generator` version 4.7+
89

9-
## [4.0.0]
10+
## [4.4.0] – 2020-03-03
11+
- No feature changes, just bumping of minor version to indicate compatibility with `jsonschema-generator` version 4.4+
12+
13+
## [4.0.0] – 2020-01-03
1014
- No changes, just bumping of major version to indicate compatibility with `jsonschema-generator` version 4.*
1115

1216
## [3.2.0] – 2019-09-01
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
- Indicate a number's "maximum" (inclusive) according to `@Max`, `@DecimalMax` or `@NegativeOrZero`
4145
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`
4246

43-
[Unreleased]: https://github.com/victools/jsonschema-module-javax-validation/compare/v4.0.0...HEAD
47+
[4.7.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v4.4.0...v4.7.0
48+
[4.4.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v4.0.0...v4.4.0
4449
[4.0.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v3.2.0...v4.0.0
4550
[3.2.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v3.0.0...v3.2.0
4651
[3.0.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v1.0.0...v3.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Schema attributes derived from validation annotations on getter methods are also
2323
<dependency>
2424
<groupId>com.github.victools</groupId>
2525
<artifactId>jsonschema-module-javax-validation</artifactId>
26-
<version>4.0.0</version>
26+
<version>4.7.0</version>
2727
</dependency>
2828
```
2929

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.github.victools</groupId>
1010
<artifactId>jsonschema-module-javax-validation</artifactId>
11-
<version>4.7.0-SNAPSHOT</version>
11+
<version>4.7.0</version>
1212
<packaging>jar</packaging>
1313

1414
<licenses>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:ssh://github.com/victools/jsonschema-module-javax-validation.git</connection>
2828
<developerConnection>scm:git:ssh://[email protected]/victools/jsonschema-module-javax-validation.git</developerConnection>
2929
<url>https://github.com/victools/jsonschema-module-javax-validation</url>
30-
<tag>HEAD</tag>
30+
<tag>v4.7.0</tag>
3131
</scm>
3232

3333
<organization>

0 commit comments

Comments
 (0)