Skip to content

Commit 8f75617

Browse files
committed
[maven-release-plugin] prepare release v0.5.0
1 parent d170207 commit 8f75617

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use the most recent version, include the library with the latest version of t
3030
<dependency>
3131
<groupId>ch.usi.si.seart</groupId>
3232
<artifactId>jakarta-validation-utils</artifactId>
33-
<version>0.4.0</version>
33+
<version>0.5.0</version>
3434
</dependency>
3535
</dependencies>
3636
```
@@ -50,7 +50,7 @@ then you will need to include the alternative dependency:
5050
<dependency>
5151
<groupId>ch.usi.si.seart</groupId>
5252
<artifactId>jakarta-validation-utils-legacy</artifactId>
53-
<version>0.4.0</version>
53+
<version>0.5.0</version>
5454
</dependency>
5555
</dependencies>
5656
```

jakarta-validation-utils-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>ch.usi.si.seart</groupId>
55
<artifactId>jakarta-validation-utils-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

jakarta-validation-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>ch.usi.si.seart</groupId>
55
<artifactId>jakarta-validation-utils-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>ch.usi.si.seart</groupId>
55
<artifactId>jakarta-validation-utils-parent</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
<packaging>pom</packaging>
88

99
<name>${project.groupId}:${project.artifactId}</name>
@@ -40,7 +40,7 @@
4040
</developers>
4141

4242
<scm>
43-
<tag>v0.4.0</tag>
43+
<tag>v0.5.0</tag>
4444
<url>https://github.com/seart-group/jakarta-validation-utils/tree/master</url>
4545
<connection>scm:git:https://github.com/seart-group/jakarta-validation-utils.git</connection>
4646
<developerConnection>scm:git:[email protected]:seart-group/jakarta-validation-utils.git</developerConnection>

0 commit comments

Comments
 (0)