Repository: incubator-stratos
Updated Branches:
  refs/heads/master dc3d20fdd -> 270e3d1e4


changing cep extension verison to 4.0.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 61346a01b7d9860ddd628d7e6c2410fea6d83806
Parents: 7b9d4b2
Author: Pradeep Fernando <[email protected]>
Authored: Fri Apr 18 18:07:24 2014 +0530
Committer: Pradeep Fernando <[email protected]>
Committed: Fri Apr 18 18:07:24 2014 +0530

----------------------------------------------------------------------
 extensions/cep/stratos-cep-extension/pom.xml  | 10 ++++++++--
 products/stratos/modules/distribution/pom.xml |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/61346a01/extensions/cep/stratos-cep-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/stratos-cep-extension/pom.xml 
b/extensions/cep/stratos-cep-extension/pom.xml
index e765538..d939189 100644
--- a/extensions/cep/stratos-cep-extension/pom.xml
+++ b/extensions/cep/stratos-cep-extension/pom.xml
@@ -21,10 +21,16 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-
+    
+    <parent>
+        <groupId>org.apache.stratos</groupId>
+        <artifactId>stratos-extensions</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+       <relativePath>../../pom.xml</relativePath>
+    </parent>
+    
     <groupId>org.apache.stratos</groupId>
     <artifactId>org.apache.stratos.cep.extension</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
 
     <repositories>
         <repository>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/61346a01/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml 
b/products/stratos/modules/distribution/pom.xml
index 196fd54..59d09ba 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -454,7 +454,7 @@
         <dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>org.apache.stratos.cep.extension</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
        <dependency>
            <groupId>org.apache.geronimo.specs</groupId>

Reply via email to