You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/19 11:49:39 UTC

git commit: refactor - correct artifact id in stratos-cli distribution

Updated Branches:
  refs/heads/master 1fdbf2640 -> 86e66fc7b


refactor - correct artifact id in stratos-cli distribution

Signed-off-by: Lakmal Warusawithana <la...@wso2.com>


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

Branch: refs/heads/master
Commit: 86e66fc7b8635b43350e991a85e2efe13fd34575
Parents: 1fdbf26
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Fri Jul 19 15:17:02 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Fri Jul 19 15:19:22 2013 +0530

----------------------------------------------------------------------
 products/stratos_cli/distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/86e66fc7/products/stratos_cli/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos_cli/distribution/pom.xml b/products/stratos_cli/distribution/pom.xml
index d8d33a8..8889d6a 100644
--- a/products/stratos_cli/distribution/pom.xml
+++ b/products/stratos_cli/distribution/pom.xml
@@ -20,7 +20,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.stratos</groupId>
-        <artifactId>Apache-s2cli-parent</artifactId>
+        <artifactId>apache-s2cli-parent</artifactId>
         <version>3.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>