Repository: stratos Updated Branches: refs/heads/master 2facde873 -> ad71a491b
Updating mock-iaas profile feature list to fix rampart bundle deployment issue Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ad71a491 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ad71a491 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ad71a491 Branch: refs/heads/master Commit: ad71a491b48904d757f85333be17c7e6692dcf02 Parents: 2facde8 Author: Imesh Gunaratne <[email protected]> Authored: Tue Jan 27 22:07:19 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Jan 27 22:07:19 2015 +0530 ---------------------------------------------------------------------- products/stratos/modules/p2-profile-gen/pom.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ad71a491/products/stratos/modules/p2-profile-gen/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index d515f01..dd1352e 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -568,7 +568,7 @@ </execution> <execution> - <id>p2 profile generation for sm</id> + <id>p2 profile generation for stratos manager</id> <phase>package</phase> <goals> <goal>p2-profile-gen</goal> @@ -736,7 +736,7 @@ </execution> <execution> - <id>p2 profile generation for as</id> + <id>p2 profile generation for autoscaler</id> <phase>package</phase> <goals> <goal>p2-profile-gen</goal> @@ -795,7 +795,7 @@ </execution> <execution> - <id>p2 profile generation for CC</id> + <id>p2 profile generation for cloud controller</id> <phase>package</phase> <goals> <goal>p2-profile-gen</goal> @@ -849,17 +849,14 @@ <id>org.wso2.carbon.databridge.datapublisher.feature.group</id> <version>${carbon.platform.patch.version.4.2.1}</version> </feature> - <feature> <id>org.wso2.carbon.registry.core.feature.group</id> <version>${carbon.platform.patch.version.4.2.1}</version> </feature> - <feature> <id>org.wso2.carbon.registry.ui.menu.feature.group</id> <version>${carbon.version}</version> </feature> - <feature> <id>org.wso2.carbon.registry.resource.properties.feature.group</id> <version>${carbon.platform.patch.version.4.2.1}</version> @@ -900,8 +897,8 @@ <deleteOldProfileFiles>true</deleteOldProfileFiles> <features> <feature> - <id>org.wso2.carbon.webapp.mgt.server.feature.group</id> - <version>${carbon.platform.patch.version.4.2.2}</version> + <id>org.wso2.carbon.security.mgt.feature.group</id> + <version>${carbon.platform.patch.version.4.2.4}</version> </feature> <feature> <id>org.wso2.carbon.databridge.datapublisher.feature.group</id>
