Revert "fixing the pom version" This reverts commit aa50100f416995a478513d8c658d7c7bb8aa0647.
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/bf46f5db Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/bf46f5db Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/bf46f5db Branch: refs/heads/master Commit: bf46f5db67d67ca0a2b11fe7877ddd07c2ffbb68 Parents: 68a2aa3 Author: gayangunarathne <[email protected]> Authored: Mon Nov 2 17:00:16 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Mon Nov 2 17:00:16 2015 +0530 ---------------------------------------------------------------------- extensions/cep/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/bf46f5db/extensions/cep/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/pom.xml b/extensions/cep/pom.xml index 285ac26..51fc11d 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.2.0-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>cep-extensions</artifactId> @@ -35,4 +35,4 @@ <module>modules/distribution</module> <module>modules/stratos-cep-extension</module> </modules> -</project> +</project> \ No newline at end of file
