Skip to content

Commit ba40968

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8b7f127 commit ba40968

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pom.xml

Lines changed: 3 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.0-RC1</version>
7+
<version>2.3.0-SNAPSHOT</version>
88

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

6161
<issueManagement>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.springframework.vault</groupId>
110110
<artifactId>spring-vault-dependencies</artifactId>
111-
<version>2.3.0-RC1</version>
111+
<version>2.3.0-SNAPSHOT</version>
112112
<scope>import</scope>
113113
<type>pom</type>
114114
</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.0-RC1</version>
8+
<version>2.3.0-SNAPSHOT</version>
99
</parent>
1010

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

spring-vault-dependencies/pom.xml

Lines changed: 3 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.0-RC1</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>spring-vault-dependencies</name>
@@ -25,7 +25,7 @@
2525
<developerConnection>
2626
scm:git:ssh://[email protected]/spring-projects/spring-vault.git
2727
</developerConnection>
28-
<tag>2.3.0-RC1</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<issueManagement>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.springframework.vault</groupId>
7979
<artifactId>spring-vault-core</artifactId>
80-
<version>2.3.0-RC1</version>
80+
<version>2.3.0-SNAPSHOT</version>
8181
</dependency>
8282

8383
<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.0-RC1</version>
16+
<version>2.3.0-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)