This commit is contained in:
RedKale
2016-02-24 11:56:51 +08:00
parent d2f684ce66
commit 075f508903

17
pom.xml
View File

@@ -7,7 +7,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://redkale.org</url> <url>http://redkale.org</url>
<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>
@@ -127,8 +127,8 @@
</parent> </parent>
<scm> <scm>
<url>https://github.com/redkale/redkale.git</url> <url>https://redkale@github.com/redkale/redkale.git</url>
<connection>scm:git:https://github.com/redkale/redkale.git</connection> <connection>https://redkale@github.com/redkale/redkale.git</connection>
</scm> </scm>
<developers> <developers>
@@ -147,4 +147,15 @@
<comments>A business-friendly OSS license</comments> <comments>A business-friendly OSS license</comments>
</license> </license>
</licenses> </licenses>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project> </project>