Prepare next development iteration

See gh-755
This commit is contained in:
Mark Paluch
2023-02-20 14:52:06 +01:00
parent 2f17d7b7ee
commit 748bf80a64
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-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.0.1</version>
<version>3.0.2-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.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>