aboutsummaryrefslogtreecommitdiffstats
path: root/msb-core/distributions/standalone/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'msb-core/distributions/standalone/pom.xml')
-rw-r--r--msb-core/distributions/standalone/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml
index 57f98e7..0c97ce0 100644
--- a/msb-core/distributions/standalone/pom.xml
+++ b/msb-core/distributions/standalone/pom.xml
@@ -27,7 +27,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>msb-core-standalone</artifactId>
- <name>openo/msb/msb-core/distributions/standalone</name>
+ <name>common-services-microservice-bus/msb-core/distributions/standalone</name>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
@@ -351,9 +351,7 @@
<copy todir="${linux64outputdir}/eag/">
<fileset dir="${linux64outputdir}/eag/openresty"/>
</copy>
- <delete
- dir="${linux64outputdir}/eag/openresty"
- includeemptydirs="true"/>
+ <delete dir="${linux64outputdir}/eag/openresty" includeemptydirs="true"/>
</target>
</configuration>
</execution>
@@ -369,9 +367,7 @@
<copy todir="${win64outputdir}/eag/">
<fileset dir="${win64outputdir}/eag/openresty"/>
</copy>
- <delete
- dir="${win64outputdir}/eag/openresty"
- includeemptydirs="true"/>
+ <delete dir="${win64outputdir}/eag/openresty" includeemptydirs="true"/>
</target>
</configuration>
</execution>