You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/09/27 09:43:35 UTC

[aries-rsa] branch master updated: ARIES-1751 - Fix typo

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git


The following commit(s) were added to refs/heads/master by this push:
     new 8615fc4  ARIES-1751 - Fix typo
8615fc4 is described below

commit 8615fc47636d6ec9edb8d8fbeef9075071573847
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Thu Sep 27 11:40:02 2018 +0200

    ARIES-1751 - Fix typo
---
 discovery/zookeeper/src/main/resources/OSGI-INF/metatype/zookeeper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discovery/zookeeper/src/main/resources/OSGI-INF/metatype/zookeeper.xml b/discovery/zookeeper/src/main/resources/OSGI-INF/metatype/zookeeper.xml
index 4c47359..4037d8f 100644
--- a/discovery/zookeeper/src/main/resources/OSGI-INF/metatype/zookeeper.xml
+++ b/discovery/zookeeper/src/main/resources/OSGI-INF/metatype/zookeeper.xml
@@ -20,7 +20,7 @@
 <MetaData xmlns="http://www.osgi.org/xmlns/metadata/v1.0.0"
 	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	 xsi:schemaLocation="
-		 http://www.osgi.org/xmlns/metadata/v1.0.0 http://www.osgi.org/xmlns/metatype/v1.1.0/metatype.xsd
+		 http://www.osgi.org/xmlns/metatype/v1.0.0 http://www.osgi.org/xmlns/metatype/v1.1.0/metatype.xsd
 	 ">
 	 <OCD description="" name="Zookeeper server config" id="zookeeper.server">
         <AD id="clientPort" required="false" type="String" default="2181" description=""/>