This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch re-organize-dist
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/re-organize-dist by this push:
new 56fd109 Rename dist.
56fd109 is described below
commit 56fd10949ef2289bd81becc3f0a52b00e62c935f
Author: wusheng <[email protected]>
AuthorDate: Fri Mar 2 17:08:26 2018 +0800
Rename dist.
---
apm-dist/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/apm-dist/pom.xml b/apm-dist/pom.xml
index 49113a4..115592c 100644
--- a/apm-dist/pom.xml
+++ b/apm-dist/pom.xml
@@ -32,7 +32,7 @@
</dependencies>
<build>
- <finalName>skywalking-backend</finalName>
+ <finalName>skywalking-dist</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -67,10 +67,10 @@
</goals>
<configuration>
<tasks>
- <copy
file="${project.build.directory}/skywalking-backend.tar.gz"
-
tofile="${project.basedir}/../dist/skywalking-backend.tar.gz" overwrite="true"/>
- <copy
file="${project.build.directory}/skywalking-backend.zip"
-
tofile="${project.basedir}/../dist/skywalking-backend.zip" overwrite="true"/>
+ <copy
file="${project.build.directory}/skywalking-dist.tar.gz"
+
tofile="${project.basedir}/../dist/skywalking-dist.tar.gz" overwrite="true"/>
+ <copy
file="${project.build.directory}/skywalking-dist.zip"
+
tofile="${project.basedir}/../dist/skywalking-dist.zip" overwrite="true"/>
</tasks>
</configuration>
</execution>
--
To stop receiving notification emails like this one, please contact
[email protected].