Release Spring Vault 3.2.0.

Closes gh-915
This commit is contained in:
Mark Paluch
2025-05-16 15:19:23 +02:00
parent f8c7f3c009
commit 15c42fc4df
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.2.0-SNAPSHOT</version>
<version>3.2.0</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.2.0-SNAPSHOT</version>
<version>3.2.0</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.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>