Skip to content

Commit 114ccc4

Browse files
committed
[maven-release-plugin] prepare release 2.3.1
1 parent 907d7cc commit 114ccc4

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.springframework.vault</groupId>
66
<artifactId>spring-vault-parent</artifactId>
7-
<version>2.3.1-SNAPSHOT</version>
7+
<version>2.3.1</version>
88

99
<name>Spring Vault</name>
1010
<description>Parent project for Spring Vault</description>
@@ -55,7 +55,8 @@
5555
<developerConnection>
5656
scm:git:ssh://[email protected]/spring-projects/spring-vault.git
5757
</developerConnection>
58-
</scm>
58+
<tag>2.3.1</tag>
59+
</scm>
5960

6061
<issueManagement>
6162
<system>GitHub</system>
@@ -107,7 +108,7 @@
107108
<dependency>
108109
<groupId>org.springframework.vault</groupId>
109110
<artifactId>spring-vault-dependencies</artifactId>
110-
<version>2.3.1-SNAPSHOT</version>
111+
<version>2.3.1</version>
111112
<scope>import</scope>
112113
<type>pom</type>
113114
</dependency>

spring-vault-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.vault</groupId>
77
<artifactId>spring-vault-parent</artifactId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
</parent>
1010

1111
<artifactId>spring-vault-core</artifactId>

spring-vault-dependencies/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.springframework.vault</groupId>
66
<artifactId>spring-vault-dependencies</artifactId>
7-
<version>2.3.1-SNAPSHOT</version>
7+
<version>2.3.1</version>
88
<packaging>pom</packaging>
99

1010
<name>spring-vault-dependencies</name>
@@ -25,7 +25,8 @@
2525
<developerConnection>
2626
scm:git:ssh://[email protected]/spring-projects/spring-vault.git
2727
</developerConnection>
28-
</scm>
28+
<tag>2.3.1</tag>
29+
</scm>
2930

3031
<issueManagement>
3132
<system>GitHub</system>
@@ -76,7 +77,7 @@
7677
<dependency>
7778
<groupId>org.springframework.vault</groupId>
7879
<artifactId>spring-vault-core</artifactId>
79-
<version>2.3.1-SNAPSHOT</version>
80+
<version>2.3.1</version>
8081
</dependency>
8182

8283
<dependency>

spring-vault-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.vault</groupId>
1515
<artifactId>spring-vault-parent</artifactId>
16-
<version>2.3.1-SNAPSHOT</version>
16+
<version>2.3.1</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)