This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch SCB-1097 in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
commit 7983bd0228019834fac17f8cb7a2b63bd5f3dc0a Author: Willem Jiang <[email protected]> AuthorDate: Sat Dec 29 12:49:11 2018 +0800 SCB-1097 Clean up pack-distribution module --- demo/pom.xml | 2 +- distribution/pom.xml | 2 +- distribution/src/assembly/bin.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/pom.xml b/demo/pom.xml index 9c48c8d..6d483e2 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.servicecomb.pack.demo</groupId> - <artifactId>saga-demo</artifactId> + <artifactId>pack-demo</artifactId> <name>Pack::Demo</name> <packaging>pom</packaging> diff --git a/distribution/pom.xml b/distribution/pom.xml index dc68028..91c878c 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ <artifactId>saga</artifactId> <version>0.3.0-SNAPSHOT</version> </parent> - <artifactId>apache-servicecomb-incubating-saga-distribution</artifactId> + <artifactId>apache-servicecomb-pack-distribution</artifactId> <name>Pack::Distribution</name> <packaging>pom</packaging> <dependencies> diff --git a/distribution/src/assembly/bin.xml b/distribution/src/assembly/bin.xml index d51514a..15a89b4 100644 --- a/distribution/src/assembly/bin.xml +++ b/distribution/src/assembly/bin.xml @@ -25,8 +25,8 @@ </formats> <fileSets> <fileSet> - <directory>../saga-demo</directory> - <outputDirectory>/saga-demo</outputDirectory> + <directory>../demo</directory> + <outputDirectory>/demo</outputDirectory> <excludes> <exclude>**/*.iml</exclude> <exclude>**/eclipse-classes/**</exclude>
