Prepare for next development iteration.

See gh-824
This commit is contained in:
Mark Paluch
2023-10-23 11:20:24 +02:00
parent c6c9913786
commit f01bf33c4c
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.1.0-RC1</version>
<version>3.1.0-SNAPSHOT</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>
@@ -69,7 +69,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>3.1.0-RC1</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.1.0-RC1</version>
<version>3.1.0-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.0-RC1</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>