Skip to content

Commit 7e52fb4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2f13ff1 commit 7e52fb4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

backend-core-business-impl/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.flowingcode.backend-core</groupId>
77
<artifactId>backend-core</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>backend-core-business-impl</artifactId>

backend-core-business-spring-impl/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.flowingcode.backend-core</groupId>
77
<artifactId>backend-core</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>backend-core-business-spring-impl</artifactId>

backend-core-business/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.flowingcode.backend-core</groupId>
77
<artifactId>backend-core</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>backend-core-business</artifactId>

backend-core-data-impl/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.flowingcode.backend-core</groupId>
77
<artifactId>backend-core</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>backend-core-data-impl</artifactId>

backend-core-data/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.flowingcode.backend-core</groupId>
77
<artifactId>backend-core</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>backend-core-data</artifactId>

backend-core-model/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.flowingcode.backend-core</groupId>
77
<artifactId>backend-core</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>backend-core-model</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.flowingcode.backend-core</groupId>
66
<artifactId>backend-core</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
<name>Backend Core</name>
1010
<description>Common utilities for backend enterprise application development</description>
1111
<url>https://www.flowingcode.com/en/open-source/</url>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:[email protected]:FlowingCode/backend-core.git</connection>
4949
<url>scm:git:[email protected]:FlowingCode/backend-core.git</url>
5050
<developerConnection>scm:git:[email protected]:FlowingCode/backend-core.git</developerConnection>
51-
<tag>1.0.0</tag>
51+
<tag>HEAD</tag>
5252
</scm>
5353

5454
<dependencyManagement>

0 commit comments

Comments
 (0)