update poms to 12.0.13-SNAPSHOT
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
parent
37af005882
commit
cc61f783c4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue