[maven-release-plugin] prepare release redkale-1.0.0-beta
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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-SNAPSHOT</version>
|
<version>1.0.0-beta</version>
|
||||||
|
|
||||||
<description>Redkale is a Microservices Framework written in Java</description>
|
<description>Redkale is a Microservices Framework written in Java</description>
|
||||||
<properties>
|
<properties>
|
||||||
@@ -121,8 +121,8 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/redkale/redkale/trunk</url>
|
<url>https://github.com/redkale/redkale/tags/redkale-1.0.0-beta</url>
|
||||||
<connection>scm:svn:https://github.com/redkale/redkale/trunk</connection>
|
<connection>scm:svn:https://github.com/redkale/redkale/tags/redkale-1.0.0-beta</connection>
|
||||||
<tag>redkale-1.0.0-beta</tag>
|
<tag>redkale-1.0.0-beta</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user