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

See gh-229.
This commit is contained in:
Mark Paluch
2018-04-04 17:44:06 +02:00
parent c725dcff33
commit 3bfed52adc
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>2.0.1.RELEASE</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>
@@ -46,7 +46,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>2.0.1.RELEASE</tag>
<tag>2.0.0.RELEASE</tag>
</scm>
<issueManagement>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.0.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -383,8 +383,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>