diff options
Diffstat (limited to 'msb-core')
-rw-r--r-- | msb-core/apiroute/apiroute-service/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/apiroute/apiroute-standalone/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/apiroute/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/distributions/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/distributions/standalone/pom.xml | 10 | ||||
-rw-r--r-- | msb-core/eag-openresty-ext/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/openresty-ext/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/openresty/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/redis-ext/pom.xml | 2 | ||||
-rw-r--r-- | msb-core/redis/pom.xml | 2 |
11 files changed, 13 insertions, 17 deletions
diff --git a/msb-core/apiroute/apiroute-service/pom.xml b/msb-core/apiroute/apiroute-service/pom.xml index 5b70df0..48e613c 100644 --- a/msb-core/apiroute/apiroute-service/pom.xml +++ b/msb-core/apiroute/apiroute-service/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>apiroute-service</artifactId> - <name>openo/msb/msb-core/apiroute/apiroute-service</name> + <name>common-services-microservice-bus/msb-core/apiroute/apiroute-service</name> <packaging>jar</packaging> <version>1.1.0-SNAPSHOT</version> diff --git a/msb-core/apiroute/apiroute-standalone/pom.xml b/msb-core/apiroute/apiroute-standalone/pom.xml index 761d3a4..eac7c60 100644 --- a/msb-core/apiroute/apiroute-standalone/pom.xml +++ b/msb-core/apiroute/apiroute-standalone/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>apiroute-standalone</artifactId> - <name>openo/msb/msb-core/apiroute/apiroute-standalone</name> + <name>common-services-microservice-bus/msb-core/apiroute/apiroute-standalone</name> <packaging>pom</packaging> <version>1.1.0-SNAPSHOT</version> diff --git a/msb-core/apiroute/pom.xml b/msb-core/apiroute/pom.xml index d7a0f25..dc39f06 100644 --- a/msb-core/apiroute/pom.xml +++ b/msb-core/apiroute/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>apiroute-parent</artifactId> - <name>openo/msb/msb-core/apiroute</name> + <name>common-services-microservice-bus/msb-core/apiroute</name> <packaging>pom</packaging> <version>1.1.0-SNAPSHOT</version> diff --git a/msb-core/distributions/pom.xml b/msb-core/distributions/pom.xml index f3e7b7b..977a42d 100644 --- a/msb-core/distributions/pom.xml +++ b/msb-core/distributions/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>distributions-parent</artifactId> - <name>openo/msb/msb-core/distributions-parent</name> + <name>common-services-microservice-bus/msb-core/distributions</name> <packaging>pom</packaging> <version>1.1.0-SNAPSHOT</version> 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> diff --git a/msb-core/eag-openresty-ext/pom.xml b/msb-core/eag-openresty-ext/pom.xml index 40cd6ea..e9a2551 100644 --- a/msb-core/eag-openresty-ext/pom.xml +++ b/msb-core/eag-openresty-ext/pom.xml @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>eag-openresty-ext</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>openo/msb/msb-core/eag-openresty-ext</name> + <name>common-services-microservice-bus/msb-core/eag-openresty-ext</name> <packaging>pom</packaging> <properties> diff --git a/msb-core/openresty-ext/pom.xml b/msb-core/openresty-ext/pom.xml index 1752147..904b95f 100644 --- a/msb-core/openresty-ext/pom.xml +++ b/msb-core/openresty-ext/pom.xml @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>openresty-ext</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>openo/msb/msb-core/openresty-ext</name> + <name>common-services-microservice-bus/msb-core/openresty-ext</name> <packaging>pom</packaging> <properties> diff --git a/msb-core/openresty/pom.xml b/msb-core/openresty/pom.xml index ceeb131..02d8beb 100644 --- a/msb-core/openresty/pom.xml +++ b/msb-core/openresty/pom.xml @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>openresty</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>openo/msb/msb-core/openresty</name> + <name>common-services-microservice-bus/msb-core/openresty</name> <packaging>pom</packaging> <properties> diff --git a/msb-core/pom.xml b/msb-core/pom.xml index c3bff4d..2cf5f14 100644 --- a/msb-core/pom.xml +++ b/msb-core/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>msb-core-parent</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>openo/msb/msb-core-parent</name> + <name>common-services-microservice-bus/msb-core</name> <packaging>pom</packaging> <modules> <module>openresty</module> diff --git a/msb-core/redis-ext/pom.xml b/msb-core/redis-ext/pom.xml index f4603a3..0d2f498 100644 --- a/msb-core/redis-ext/pom.xml +++ b/msb-core/redis-ext/pom.xml @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>redis-ext</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>openo/msb/msb-core/redis-ext</name> + <name>common-services-microservice-bus/msb-core/redis-ext</name> <packaging>pom</packaging> <properties> diff --git a/msb-core/redis/pom.xml b/msb-core/redis/pom.xml index 3baed8f..b60d367 100644 --- a/msb-core/redis/pom.xml +++ b/msb-core/redis/pom.xml @@ -30,7 +30,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>redis</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>openo/msb/msb-core/redis</name> + <name>common-services-microservice-bus/msb-core/redis</name> <packaging>pom</packaging> <properties> |