[maven-release-plugin] prepare for next development iteration

See gh-496.
This commit is contained in:
Mark Paluch
2019-10-24 12:00:58 +02:00
parent f953a988f9
commit a01f686d96
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>
@@ -52,7 +52,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>2.1.4.RELEASE</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-vault-core</artifactId>

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-vault-dependencies</name>
@@ -25,7 +25,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>2.1.4.RELEASE</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>