Skip to content

Commit 873a621

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 6f6763a commit 873a621

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

kite-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.developframework</groupId>
55
<artifactId>kite</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kite-dom4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kite</artifactId>
55
<groupId>com.github.developframework</groupId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kite-fastjson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kite</artifactId>
55
<groupId>com.github.developframework</groupId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kite-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kite</artifactId>
55
<groupId>com.github.developframework</groupId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kite-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kite</artifactId>
55
<groupId>com.github.developframework</groupId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kite-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kite</artifactId>
55
<groupId>com.github.developframework</groupId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kite-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kite</artifactId>
55
<groupId>com.github.developframework</groupId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.developframework</groupId>
66
<artifactId>kite</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
<modules>
1010
<module>kite-core</module>
1111
<module>kite-spring</module>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:git@github.com:developframework/kite.git</connection>
4747
<developerConnection>scm:git:git@github.com:developframework/kite.git</developerConnection>
4848
<url>https://github.com/developframework/kite</url>
49-
<tag>v1.0.0</tag>
49+
<tag>${project.version}</tag>
5050
</scm>
5151

5252
<properties>
@@ -124,32 +124,32 @@
124124
<dependency>
125125
<groupId>com.github.developframework</groupId>
126126
<artifactId>kite-core</artifactId>
127-
<version>1.0.0</version>
127+
<version>1.0.1-SNAPSHOT</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.github.developframework</groupId>
131131
<artifactId>kite-spring</artifactId>
132-
<version>1.0.0</version>
132+
<version>1.0.1-SNAPSHOT</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>com.github.developframework</groupId>
136136
<artifactId>kite-jackson</artifactId>
137-
<version>1.0.0</version>
137+
<version>1.0.1-SNAPSHOT</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.github.developframework</groupId>
141141
<artifactId>kite-fastjson</artifactId>
142-
<version>1.0.0</version>
142+
<version>1.0.1-SNAPSHOT</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.github.developframework</groupId>
146146
<artifactId>kite-gson</artifactId>
147-
<version>1.0.0</version>
147+
<version>1.0.1-SNAPSHOT</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.github.developframework</groupId>
151151
<artifactId>kite-dom4j</artifactId>
152-
<version>1.0.0</version>
152+
<version>1.0.1-SNAPSHOT</version>
153153
</dependency>
154154
</dependencies>
155155
</dependencyManagement>

0 commit comments

Comments
 (0)