File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 translations for regex validation plugin
1314- add new plugin regex-validation
1415
Original file line number Diff line number Diff line change 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 >
89 </parent >
910 <groupId >io.github.linagora.linid.im</groupId >
1011 <artifactId >rvp</artifactId >
11- <version >0.2.4 </version >
12+ <version >0.3.0 </version >
1213 <name >regex-validation</name >
1314 <description >Plugin to validate field with regex</description >
1415 <url >https://github.com/linagora/linid-im-api-community-plugins</url >
You can’t perform that action at this time.
0 commit comments