Skip to content

Commit

Permalink
Prepare for the 3.1.0-M2 release (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 22, 2024
1 parent 30da76e commit 9520b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@

<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.1.0-M1</version>
<version>3.1.0-M2</version>
<packaging>jar</packaging>
<name>Jakarta Validation API</name>
<url>https://beanvalidation.org</url>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.0</version>
<version>7.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9520b42

Please sign in to comment.