update poms to 12.0.13-SNAPSHOT

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-13 12:00:37 +10:00
parent 37af005882
commit cc61f783c4
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-siwe</artifactId>
<version>12.0.12-SNAPSHOT</version>
<version>12.0.13-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-core</artifactId>
<version>12.0.12-SNAPSHOT</version>
<version>12.0.13-SNAPSHOT</version>
</parent>
<artifactId>jetty-siwe</artifactId>
<name>Core :: Sign-In with Ethereum</name>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-tests</artifactId>
<version>12.0.12-SNAPSHOT</version>
<version>12.0.13-SNAPSHOT</version>
</parent>
<artifactId>jetty-ee10-test-siwe-webapp</artifactId>
<packaging>war</packaging>