Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #367 from apache/master
Browse files Browse the repository at this point in the history
SCB-1097 Clean up pack-distribution module
  • Loading branch information
asifdxtreme authored Dec 29, 2018
2 parents 0261e00 + 37cde57 commit f54dea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f54dea0

Please sign in to comment.