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

Commit 8138474

Browse files
Release 3.2.0
1 parent 32868f5 commit 8138474

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## [3.2.0] – 2019-09-01
88
### Added
99
- Option for treating not-nullable fields as "required" in their parent type
1010
- Option for treating not-nullable methods as "required" in their parent type
@@ -35,6 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- Indicate a number's "maximum" (inclusive) according to `@Max`, `@DecimalMax` or `@NegativeOrZero`
3636
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`
3737

38-
[Unreleased]: https://github.com/victools/jsonschema-module-javax-validation/compare/v3.0.0...HEAD
38+
[3.2.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v3.0.0...v3.2.0
3939
[3.0.0]: https://github.com/victools/jsonschema-module-javax-validation/compare/v1.0.0...v3.0.0
4040
[1.0.0]: https://github.com/victools/jsonschema-module-javax-validation/releases/tag/v1.0.0

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.2.0-SNAPSHOT</version>
11+
<version>3.2.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.2.0</tag>
3131
</scm>
3232

3333
<organization>

0 commit comments

Comments
 (0)