Repository: knox
Updated Branches:
  refs/heads/master 2bec31857 -> 6b6865ddc


KNOX-875 - Added version element to topology schema (Jeffrey E Rodriguez via 
Sandeep More)


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/6b6865dd
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/6b6865dd
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/6b6865dd

Branch: refs/heads/master
Commit: 6b6865ddcca9f3fae4e70c97b22169018eb929a3
Parents: 2bec318
Author: Sandeep More <m...@apache.org>
Authored: Tue Feb 14 15:32:22 2017 -0500
Committer: Sandeep More <m...@apache.org>
Committed: Tue Feb 14 15:32:22 2017 -0500

----------------------------------------------------------------------
 gateway-server/src/main/resources/conf/topology-v1.xsd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/6b6865dd/gateway-server/src/main/resources/conf/topology-v1.xsd
----------------------------------------------------------------------
diff --git a/gateway-server/src/main/resources/conf/topology-v1.xsd 
b/gateway-server/src/main/resources/conf/topology-v1.xsd
index 992d8a7..9e3bed6 100644
--- a/gateway-server/src/main/resources/conf/topology-v1.xsd
+++ b/gateway-server/src/main/resources/conf/topology-v1.xsd
@@ -57,6 +57,7 @@ limitations under the License.
                     <h:complexType>
                         <h:sequence>
                             <h:element name="role" type="h:string" 
minOccurs="1" maxOccurs="1"/>
+                            <h:element name="version" type="h:string" 
minOccurs="0" maxOccurs="1"/>
                             <h:element name="url" type="h:string" 
minOccurs="0" maxOccurs="unbounded" />
                             <h:element name="param" minOccurs="0" 
maxOccurs="unbounded">
                                 <h:complexType>
@@ -94,4 +95,4 @@ limitations under the License.
             </h:sequence>
         </h:complexType>
     </h:element>
-</h:schema>
\ No newline at end of file
+</h:schema>

Reply via email to