Skip to content

Commit 6cd1e55

Browse files
author
runner
committed
chore: bump to version rqvp-v0.2.0 [ci skip]
1 parent 2e6df13 commit 6cd1e55

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rqvp/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- netty support for new version
1213
- add required validation plugin
1314

1415
### Fixed

rqvp/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>io.github.linagora.linid.im</groupId>
@@ -8,7 +9,7 @@
89
</parent>
910
<groupId>io.github.linagora.linid.im</groupId>
1011
<artifactId>rqvp</artifactId>
11-
<version>0.1.2</version>
12+
<version>0.2.0</version>
1213
<name>Required Validation Plugin for linid-im-api</name>
1314
<description>A plugin to validate required fields</description>
1415
<url>https://github.com/linagora/linid-im-api-community-plugins</url>

0 commit comments

Comments
 (0)