Prepare for next development iteration.

See gh-799
This commit is contained in:
Mark Paluch
2023-06-19 14:58:23 +02:00
parent 64010bf4de
commit f489c2f903
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.0.3</version>
<version>3.0.4-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.0.3</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.0.3</version>
<version>3.0.4-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.3</version>
<version>3.0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>