Change some files for preparing release. (#887)

This commit is contained in:
吴晟 Wu Sheng 2018-03-06 10:37:57 +08:00 committed by Gao Hongtao
parent f436c99ee8
commit 58f420720f
4 changed files with 14 additions and 0 deletions

View File

View File

@ -53,6 +53,15 @@
<directory>${project.basedir}/../skywalking-agent</directory>
<outputDirectory>/agent</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.basedir}/../</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
</includes>
</fileSet>
</fileSets>
<files>
<file>

View File

@ -13,7 +13,11 @@
<modules>
<module>servicecomb-java-chassis-0.x-plugin</module>
<!-- TODO: remove this submodule because of SNAPSHOT dependency. -->
<!-- After Apache ServiceComb released, we will put it back -->
<!--
<module>servicecomb-java-chassis-1.x-plugin</module>
-->
</modules>
<packaging>pom</packaging>

View File

@ -24,6 +24,7 @@
<scope>provided</scope>
</dependency>
</dependencies>
<!-- TODO: need to delete -->
<repositories>
<repository>
<id>apache-servicecomb</id>