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/17 14:17:05 UTC

git commit: applied 0001-refactor-module-name-of-validate-domain.patch

Updated Branches:
  refs/heads/master 0d98cda36 -> a4fb0db77


applied 0001-refactor-module-name-of-validate-domain.patch


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

Branch: refs/heads/master
Commit: a4fb0db77f7bd0828685d81cc6f0476d0a57c27d
Parents: 0d98cda
Author: Lakmal Warusawithana <la...@wso2.com>
Authored: Wed Jul 17 17:37:08 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Wed Jul 17 17:37:08 2013 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.validate.domain/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a4fb0db7/components/org.apache.stratos.validate.domain/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml
index 4423b04..9013abb 100644
--- a/components/org.apache.stratos.validate.domain/pom.xml
+++ b/components/org.apache.stratos.validate.domain/pom.xml
@@ -20,13 +20,13 @@
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
         <version>3.0.0-SNAPSHOT</version>
-	<relativePath>../pom.xml</relativePath>
+	<relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.stratos.validate.domain</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Stratos - Validate domains</name>
+    <name>Apache Stratos - Validate Domains</name>
 
     <build>
 
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>org.apache.stratos.common</artifactId>
-	    <version>${apache.stratos.version}</version>
+	    <version>${apache.stratos.version}</version>
         </dependency>
     </dependencies>
 </project>