Release Spring Vault 3.1.0-M1.

Closes gh-818
This commit is contained in:
Mark Paluch
2023-09-25 14:56:51 +02:00
parent c1406d7fb9
commit 2f85cd1e50
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-SNAPSHOT</version>
<version>3.1.0-M1</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>HEAD</tag>
<tag>3.1.0-M1</tag>
</scm>
<issueManagement>

View File

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