Prepare next development iteration.

See gh-880
This commit is contained in:
Mark Paluch
2024-08-16 19:34:18 +02:00
parent 679ec32aee
commit 899c9d1081
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.1.2</version>
<version>3.1.3-SNAPSHOT</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.1.2</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>spring-vault-core</artifactId>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.1.2</version>
<version>3.1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>