Skip to content

Commit 9f85d2f

Browse files
author
Gong Yi
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0a03a33 commit 9f85d2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.github.topikachu</groupId>
1010
<artifactId>propertysource-reload-parent</artifactId>
11-
<version>0.0.3</version>
11+
<version>0.0.4-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<url>https://github.com/topikachu/spring-propertysource-reload</url>
1414
<name>${project.groupId}:${project.artifactId}</name>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git//github.com/topikachu/spring-propertysource-reload.git</connection>
3232
<developerConnection>scm:git:git@github.com:topikachu/spring-propertysource-reload.git</developerConnection>
3333
<url>https://github.com/topikachu/spring-propertysource-reload/tree/master</url>
34-
<tag>propertysource-reload-parent-0.0.3</tag>
34+
<tag>propertysource-reload-parent-0.0.1</tag>
3535
</scm>
3636
<properties>
3737
<!-- Dependency Versions -->

propertysource-reload-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.github.topikachu</groupId>
66
<artifactId>propertysource-reload-parent</artifactId>
7-
<version>0.0.3</version>
7+
<version>0.0.4-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<artifactId>propertysource-reload-example</artifactId>
11-
<version>0.0.3</version>
11+
<version>0.0.4-SNAPSHOT</version>
1212
<url>https://github.com/topikachu/spring-propertysource-reload</url>
1313
<name>${project.groupId}:${project.artifactId}</name>
1414
<description>propertysource reload example</description>

propertysource-reload-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.github.topikachu</groupId>
66
<artifactId>propertysource-reload-parent</artifactId>
7-
<version>0.0.3</version>
7+
<version>0.0.4-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<artifactId>propertysource-reload-spring-boot-starter</artifactId>
11-
<version>0.0.3</version>
11+
<version>0.0.4-SNAPSHOT</version>
1212
<url>https://github.com/topikachu/spring-propertysource-reload</url>
1313
<name>${project.groupId}:${project.artifactId}</name>
1414
<description>propertysource reload spring boot starter</description>

0 commit comments

Comments
 (0)