[maven-release-plugin] prepare for next development iteration

This commit is contained in:
RedKale
2016-02-24 15:23:39 +08:00
parent 4210e39e10
commit 3f74eff3cb

View File

@@ -7,7 +7,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://redkale.org</url> <url>http://redkale.org</url>
<!-- -SNAPSHOT --> <!-- -SNAPSHOT -->
<version>1.0.0-beta</version> <version>1.0.1-beta-SNAPSHOT</version>
<description>Redkale is a Microservices Framework written in Java</description> <description>Redkale is a Microservices Framework written in Java</description>
<properties> <properties>
@@ -121,9 +121,8 @@
</profiles> </profiles>
<scm> <scm>
<url>https://github.com/redkale/redkale/tags/redkale-1.0.0-beta</url> <url>https://github.com/redkale/redkale/trunk</url>
<connection>scm:svn:https://github.com/redkale/redkale/tags/redkale-1.0.0-beta</connection> <connection>scm:svn:https://github.com/redkale/redkale/trunk</connection>
<tag>redkale-1.0.0-beta</tag>
</scm> </scm>
<developers> <developers>