You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/24 07:07:51 UTC

git commit: Fixed errors in features and products pom files

Updated Branches:
  refs/heads/master 31569f5d8 -> cb6e0a9ab


Fixed errors in features and products pom files

Signed-off-by: Lakmal Warusawithana <la...@wso2.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/cb6e0a9a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/cb6e0a9a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/cb6e0a9a

Branch: refs/heads/master
Commit: cb6e0a9abdbfde8b27fa4679edcaddafbfd73498
Parents: 31569f5
Author: Manula Thantriwatte <ma...@wso2.com>
Authored: Wed Jul 24 10:34:05 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Wed Jul 24 10:37:32 2013 +0530

----------------------------------------------------------------------
 .../manager/common/org.apache.stratos.common.feature/pom.xml     | 4 ++--
 .../modules/features/service/org.apache.stratos.feature/pom.xml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cb6e0a9a/features/manager/common/org.apache.stratos.common.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml
index 8031a40..d634174 100644
--- a/features/manager/common/org.apache.stratos.common.feature/pom.xml
+++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml
@@ -66,8 +66,8 @@
                             <id>org.apache.stratos.common</id>
                             <propertiesFile>../../../../etc/feature.properties</propertiesFile>
                             <includedFeatures>
-                                <includedFeatureDef>org.apache.stratos:org.apache.stratos.common.server.feature</includedFeatureDef>
-				<includedFeatureDef>org.apache.stratos:org.apache.stratos.common.ui.feature</includedFeatureDef>
+                                <includedFeatureDef>org.apache.stratos:org.apache.stratos.common.server.feature:${apache.stratos.version}</includedFeatureDef>
+				<includedFeatureDef>org.apache.stratos:org.apache.stratos.common.ui.feature:${apache.stratos.version}</includedFeatureDef>
                             </includedFeatures>
                         </configuration>
                     </execution>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cb6e0a9a/products/stratos_controller/modules/features/service/org.apache.stratos.feature/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/features/service/org.apache.stratos.feature/pom.xml b/products/stratos_controller/modules/features/service/org.apache.stratos.feature/pom.xml
index f61d1da..8627d1b 100755
--- a/products/stratos_controller/modules/features/service/org.apache.stratos.feature/pom.xml
+++ b/products/stratos_controller/modules/features/service/org.apache.stratos.feature/pom.xml
@@ -69,10 +69,10 @@
                             <propertiesFile>../etc/feature.properties</propertiesFile>
                             <includedFeatures>
                                 <includedFeatureDef>
-                                    org.apache.stratos:org.apache.stratos.server.feature
+                                    org.apache.stratos:org.apache.stratos.server.feature:${apache.stratos.version}
                                 </includedFeatureDef>
                                 <includedFeatureDef>
-                                    org.apache.stratos:org.apache.stratos.ui.feature
+                                    org.apache.stratos:org.apache.stratos.ui.feature:${apache.stratos.version}
                                 </includedFeatureDef>
                             </includedFeatures>
                         </configuration>