This commit is contained in:
RedKale
2016-02-24 14:04:20 +08:00
parent 78b4d08761
commit 91d7d2797d

10
pom.xml
View File

@@ -6,8 +6,8 @@
<name>Redkale</name> <name>Redkale</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://redkale.org</url> <url>http://redkale.org</url>
<!-- -SNAPSHOT -->
<version>1.0.0-beta</version> <version>1.0.0-beta-SNAPSHOT</version>
<description>Redkale 是基于Java 8全新的微服务开源框架</description> <description>Redkale 是基于Java 8全新的微服务开源框架</description>
<properties> <properties>
@@ -120,12 +120,6 @@
</profile> </profile>
</profiles> </profiles>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<scm> <scm>
<url>https://github.com/redkale/redkale.git</url> <url>https://github.com/redkale/redkale.git</url>
<connection>https://github.com/redkale/redkale.git</connection> <connection>https://github.com/redkale/redkale.git</connection>