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

Commit 4ffa4e0

Browse files
release 3.0.0
1 parent 404464a commit 4ffa4e0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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

77
## [Unreleased]
8+
9+
## [3.0.0] – 2019-06-10
810
### Added
911
- Consider the same validation annotations on a getter method also for its field
1012
- Consider the same validation annotations on a field also for its getter method
@@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- Indicate a number's "maximum" (inclusive) according to `@Max`, `@DecimalMax` or `@NegativeOrZero`
2628
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`
2729

28-
[Unreleased]: https://github.com/victools/jsonschema-module-javax-validation/compare/v1.0.0...HEAD
30+
[Unreleased]: https://github.com/victools/jsonschema-module-javax-validation/compare/v3.0.0...HEAD
31+
[3.0.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v1.0.0...v3.0.0
2932
[1.0.0]: https://github.com/victools/jsonschema-module-javax-validation/releases/tag/v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Schema attributes derived from validation annotations on getter methods are also
1919
<dependency>
2020
<groupId>com.github.victools</groupId>
2121
<artifactId>jsonschema-module-javax-validation</artifactId>
22-
<version>1.0.0</version>
22+
<version>3.0.0</version>
2323
</dependency>
2424
```
2525

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>3.0.0-SNAPSHOT</version>
11+
<version>3.0.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://git@github.com/victools/jsonschema-module-javax-validation.git</developerConnection>
2929
<url>https://github.com/victools/jsonschema-module-javax-validation</url>
30-
<tag>HEAD</tag>
30+
<tag>v3.0.0</tag>
3131
</scm>
3232

3333
<organization>

0 commit comments

Comments
 (0)