Repository: stratos Updated Branches: refs/heads/master 9b7345070 -> 6637b4775
Fix pom reference issue Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/6637b477 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6637b477 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6637b477 Branch: refs/heads/master Commit: 6637b47758335f1fa4dad95ead3f520c601480be Parents: 9b73450 Author: Lahiru Sandaruwan <[email protected]> Authored: Tue May 26 18:36:16 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Tue May 26 18:36:16 2015 +0530 ---------------------------------------------------------------------- products/python-cartridge-agent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/6637b477/products/python-cartridge-agent/pom.xml ---------------------------------------------------------------------- diff --git a/products/python-cartridge-agent/pom.xml b/products/python-cartridge-agent/pom.xml index c816674..5022dd4 100644 --- a/products/python-cartridge-agent/pom.xml +++ b/products/python-cartridge-agent/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>apache-stratos-python-cartridge-agent-parent</artifactId> + <artifactId>python-cartridge-agent-parent</artifactId> <packaging>pom</packaging> <name>Apache Stratos - Python Cartridge Agent Product</name> <url>http://apache.org</url>
