Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Jan 3, 2025
1 parent d170207 commit 8f75617
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use the most recent version, include the library with the latest version of t
<dependency>
<groupId>ch.usi.si.seart</groupId>
<artifactId>jakarta-validation-utils</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand All @@ -50,7 +50,7 @@ then you will need to include the alternative dependency:
<dependency>
<groupId>ch.usi.si.seart</groupId>
<artifactId>jakarta-validation-utils-legacy</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion jakarta-validation-utils-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ch.usi.si.seart</groupId>
<artifactId>jakarta-validation-utils-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jakarta-validation-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ch.usi.si.seart</groupId>
<artifactId>jakarta-validation-utils-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>ch.usi.si.seart</groupId>
<artifactId>jakarta-validation-utils-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
</developers>

<scm>
<tag>v0.4.0</tag>
<tag>v0.5.0</tag>
<url>https://github.com/seart-group/jakarta-validation-utils/tree/master</url>
<connection>scm:git:https://github.com/seart-group/jakarta-validation-utils.git</connection>
<developerConnection>scm:git:git@github.com:seart-group/jakarta-validation-utils.git</developerConnection>
Expand Down

0 comments on commit 8f75617

Please sign in to comment.