Skip to content

Commit 11cd01e

Browse files
author
Github Actions Bot
committed
[maven-release-plugin] prepare for next development iteration
1 parent deecdd6 commit 11cd01e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

jasypt-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jasypt-spring-boot-parent</artifactId>
77
<groupId>com.github.ulisesbocchio</groupId>
8-
<version>4.0.2</version>
8+
<version>4.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jasypt-maven-plugin</artifactId>

jasypt-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ulisesbocchio</groupId>
66
<artifactId>jasypt-spring-boot-parent</artifactId>
7-
<version>4.0.2</version>
7+
<version>4.0.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jasypt-spring-boot-starter</artifactId>

jasypt-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.ulisesbocchio</groupId>
77
<artifactId>jasypt-spring-boot-parent</artifactId>
8-
<version>4.0.2</version>
8+
<version>4.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jasypt-spring-boot</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.ulisesbocchio</groupId>
66
<artifactId>jasypt-spring-boot-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>4.0.2</version>
8+
<version>4.0.3-SNAPSHOT</version>
99
<name>Jasypt Spring Boot Parent</name>
1010
<description>Jasypt Spring Boot Parent</description>
1111
<url>https://github.com/ulisesbocchio/jasypt-spring-boot</url>
@@ -44,7 +44,7 @@
4444
<url>https://github.com/ulisesbocchio/jasypt-spring-boot</url>
4545
<connection>scm:git:git://github.com/ulisesbocchio/jasypt-spring-boot.git</connection>
4646
<developerConnection>scm:git:git@github.com:ulisesbocchio/jasypt-spring-boot.git</developerConnection>
47-
<tag>jasypt-spring-boot-parent-4.0.2</tag>
47+
<tag>HEAD</tag>
4848
</scm>
4949

5050
<developers>

0 commit comments

Comments
 (0)