You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by pr...@apache.org on 2014/04/18 14:38:01 UTC

[1/2] git commit: changing cep extension verison to 4.0.0-SNAPSHOT

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 <pr...@gmail.com>
Authored: Fri Apr 18 18:07:24 2014 +0530
Committer: Pradeep Fernando <pr...@gmail.com>
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>


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by pr...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


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

Branch: refs/heads/master
Commit: 270e3d1e46e7124c72b3b6773f26fc50240c4396
Parents: 61346a0 dc3d20f
Author: Pradeep Fernando <pr...@gmail.com>
Authored: Fri Apr 18 18:07:45 2014 +0530
Committer: Pradeep Fernando <pr...@gmail.com>
Committed: Fri Apr 18 18:07:45 2014 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/src/main/license/LICENSE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------