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 08:54:30 UTC

[3/8] stratos git commit: Fix parent artifactId in extension/cep/pom.xml

Fix parent artifactId in extension/cep/pom.xml


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

Branch: refs/heads/master
Commit: 4e6f0bff78b69541b1eaf0a20cb37cd9310078f2
Parents: 8873e99
Author: Akila Perera <ra...@gmail.com>
Authored: Wed Sep 2 12:01:59 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Wed Sep 2 12:01:59 2015 +0530

----------------------------------------------------------------------
 extensions/cep/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/4e6f0bff/extensions/cep/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/pom.xml b/extensions/cep/pom.xml
index 7c82bdf..51fc11d 100644
--- a/extensions/cep/pom.xml
+++ b/extensions/cep/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.stratos</groupId>
-        <artifactId>stratos-parent</artifactId>
+        <artifactId>stratos-extensions</artifactId>
         <version>4.1.2</version>
     </parent>