Repository: stratos
Updated Branches:
  refs/heads/master 153120508 -> 3baf9114d


Fixing parent artifact id in stratos-docker-images pom.xml file


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

Branch: refs/heads/master
Commit: 3baf9114dcd8114d4e9d2412d320abc575f61d89
Parents: 1531205
Author: Imesh Gunaratne <[email protected]>
Authored: Fri Jan 16 12:06:15 2015 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Fri Jan 16 12:06:15 2015 +0530

----------------------------------------------------------------------
 tools/docker-images/stratos-docker-images/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/3baf9114/tools/docker-images/stratos-docker-images/pom.xml
----------------------------------------------------------------------
diff --git a/tools/docker-images/stratos-docker-images/pom.xml 
b/tools/docker-images/stratos-docker-images/pom.xml
index 2310a18..dc7a81b 100644
--- a/tools/docker-images/stratos-docker-images/pom.xml
+++ b/tools/docker-images/stratos-docker-images/pom.xml
@@ -21,7 +21,7 @@
 
        <parent>
                <groupId>org.apache.stratos</groupId>
-               <artifactId>stratos-parent</artifactId>
+               <artifactId>stratos-tools</artifactId>
                <version>4.1.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
@@ -32,9 +32,7 @@
        <name>Apache Stratos - Docker Images</name>
        <description>Apache Stratos plafrom docker images</description>
        <url>http://apache.org</url>
-
        <dependencies>
-               
        </dependencies>
 
        <profiles>

Reply via email to