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

See gh-332
This commit is contained in:
Mark Paluch
2018-11-14 11:35:03 +01:00
parent df0ea9aac7
commit fa599f919c
5 changed files with 14 additions and 11 deletions

13
pom.xml
View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.4.BUILD-SNAPSHOT</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>
@@ -41,7 +41,7 @@
<url>https://github.com/spring-projects/spring-vault</url>
<connection>scm:git:git://github.com/spring-projects/spring-vault.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-vault.git</developerConnection>
<tag>1.1.3.RELEASE</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
@@ -56,8 +56,11 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
@@ -101,7 +104,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.4.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>1.1.3.RELEASE</version>
<version>1.1.4.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>1.1.3.RELEASE</version>
<version>1.1.4.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-vault-dependencies</name>
@@ -23,7 +23,7 @@
<url>https://github.com/spring-projects/spring-vault</url>
<connection>scm:git:git://github.com/spring-projects/spring-vault.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-vault.git</developerConnection>
<tag>1.1.3.RELEASE</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.4.BUILD-SNAPSHOT</version>
</dependency>
<dependency>

View File

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

View File

@@ -1,4 +1,4 @@
Spring Vault 1.1.3.RELEASE
Spring Vault 1.1.3.BUILD-SNAPSHOT
Copyright (c) [2016-2018] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").