[maven-release-plugin] prepare release 2.2.2.RELEASE

This commit is contained in:
Mark Paluch
2020-02-26 13:48:56 +01:00
parent 68afcba95b
commit 0098cec299
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.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>
@@ -55,7 +55,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>HEAD</tag>
<tag>2.2.2.RELEASE</tag>
</scm>
<issueManagement>
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>2.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>