Changing cep and das distibution name
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f554d301 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f554d301 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f554d301 Branch: refs/heads/stratos-4.1.x Commit: f554d301e246c92028b84aa69150a2c3483b9bc4 Parents: f36e9d3 Author: Thanuja <[email protected]> Authored: Sun Dec 6 14:14:09 2015 +0530 Committer: Isuru Haththotuwa <[email protected]> Committed: Wed Dec 9 18:41:33 2015 +0530 ---------------------------------------------------------------------- extensions/cep/modules/distribution/pom.xml | 6 +++--- extensions/das/modules/distribution/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f554d301/extensions/cep/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/modules/distribution/pom.xml b/extensions/cep/modules/distribution/pom.xml index 5c4364e..b1266f9 100644 --- a/extensions/cep/modules/distribution/pom.xml +++ b/extensions/cep/modules/distribution/pom.xml @@ -27,10 +27,10 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>apache-stratos-cep-artifacts</artifactId> + <artifactId>apache-stratos-cep-extension</artifactId> <packaging>pom</packaging> - <name>Apache Stratos - CEP Artifacts</name> - <description>Apache Stratos CEP artifacts</description> + <name>Apache Stratos - CEP Extension</name> + <description>Apache Stratos CEP Extension</description> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/stratos/blob/f554d301/extensions/das/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/das/modules/distribution/pom.xml b/extensions/das/modules/distribution/pom.xml index cea5a28..43e6b8a 100644 --- a/extensions/das/modules/distribution/pom.xml +++ b/extensions/das/modules/distribution/pom.xml @@ -27,10 +27,10 @@ <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>apache-stratos-das-artifacts</artifactId> + <artifactId>apache-stratos-das-extension</artifactId> <packaging>pom</packaging> - <name>Apache Stratos - DAS Artifacts</name> - <description>Apache Stratos DAS Artifacts</description> + <name>Apache Stratos - DAS Extension</name> + <description>Apache Stratos DAS Extension</description> <profiles> <profile>
