You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2015/09/03 11:30:58 UTC

stratos git commit: fixing the pom version

Repository: stratos
Updated Branches:
  refs/heads/master 1a8b38a57 -> aa50100f4


fixing the pom version


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

Branch: refs/heads/master
Commit: aa50100f416995a478513d8c658d7c7bb8aa0647
Parents: 1a8b38a
Author: reka <rt...@gmail.com>
Authored: Thu Sep 3 14:41:36 2015 +0530
Committer: reka <rt...@gmail.com>
Committed: Thu Sep 3 14:41:36 2015 +0530

----------------------------------------------------------------------
 extensions/cep/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/aa50100f/extensions/cep/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/pom.xml b/extensions/cep/pom.xml
index 51fc11d..285ac26 100644
--- a/extensions/cep/pom.xml
+++ b/extensions/cep/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-extensions</artifactId>
-        <version>4.1.2</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cep-extensions</artifactId>
@@ -35,4 +35,4 @@
         <module>modules/distribution</module>
         <module>modules/stratos-cep-extension</module>
     </modules>
-</project>
\ No newline at end of file
+</project>