Skip to content

Commit 0fed54a

Browse files
author
runner
committed
chore: bump to version rvp-v0.3.0 [ci skip]
1 parent 6cd1e55 commit 0fed54a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rvp/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 translations for regex validation plugin
1314
- add new plugin regex-validation
1415

rvp/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>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>

0 commit comments

Comments
 (0)