Repository: stratos Updated Branches: refs/heads/master b9aadf994 -> 0758fcd39
Fix validation cartridge version type Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0758fcd3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0758fcd3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0758fcd3 Branch: refs/heads/master Commit: 0758fcd390ca4e50e156f624fcae2dff68c60f48 Parents: b9aadf9 Author: Akila Perera <[email protected]> Authored: Mon Sep 1 15:10:45 2014 +0530 Committer: Akila Perera <[email protected]> Committed: Mon Sep 1 15:10:45 2014 +0530 ---------------------------------------------------------------------- .../src/main/webapp/stratos-test/WEB-INF/schemas/schema.xsd | 2 +- .../src/main/webapp/stratos/WEB-INF/schemas/schema.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0758fcd3/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos-test/WEB-INF/schemas/schema.xsd ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos-test/WEB-INF/schemas/schema.xsd b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos-test/WEB-INF/schemas/schema.xsd index 39d476c..768aeb9 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos-test/WEB-INF/schemas/schema.xsd +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos-test/WEB-INF/schemas/schema.xsd @@ -88,7 +88,7 @@ <xs:element name="host" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="displayName" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="description" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> - <xs:element name="version" type="xs:float" minOccurs="1" maxOccurs="1" nillable="false"/> + <xs:element name="version" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="defaultAutoscalingPolicy" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/> <xs:element name="multiTenant" type="xs:boolean" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="portMapping" minOccurs="1" maxOccurs="unbounded"> http://git-wip-us.apache.org/repos/asf/stratos/blob/0758fcd3/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/schemas/schema.xsd ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/schemas/schema.xsd b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/schemas/schema.xsd index bcdbf4e..0de935f 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/schemas/schema.xsd +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/schemas/schema.xsd @@ -88,7 +88,7 @@ <xs:element name="host" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="displayName" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="description" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> - <xs:element name="version" type="xs:float" minOccurs="1" maxOccurs="1" nillable="false"/> + <xs:element name="version" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="defaultAutoscalingPolicy" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/> <xs:element name="multiTenant" type="xs:boolean" minOccurs="1" maxOccurs="1" nillable="false"/> <xs:element name="portMapping" minOccurs="1" maxOccurs="unbounded">
