Change some files for preparing release. (#887)
This commit is contained in:
parent
f436c99ee8
commit
58f420720f
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<!-- TODO: need to delete -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache-servicecomb</id>
|
||||
|
|
|
|||
Loading…
Reference in New Issue