Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Mar 16, 2021
1 parent 2c1577c commit a5a8fa2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>

<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>2.3.2</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-vault-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>spring-vault-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions spring-vault-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>spring-vault-dependencies</name>
Expand All @@ -25,7 +25,7 @@
<developerConnection>
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
</developerConnection>
<tag>2.3.2</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-vault-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a5a8fa2

Please sign in to comment.