This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git
commit e8b4a1065a46336e573fd627fe9e2bfe114455d3 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Jul 3 12:22:18 2014 +0000 SLING-3681 - Enable the maven-launchpad-plugin to generate the XSD for bundles list XML document Update the target namespace. Submitted by: Simone Tripodi git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1607605 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/mdo/bundle-list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/mdo/bundle-list.xml b/src/main/mdo/bundle-list.xml index c82f9fc..f0f5414 100644 --- a/src/main/mdo/bundle-list.xml +++ b/src/main/mdo/bundle-list.xml @@ -19,7 +19,7 @@ --> <model xmlns="http://modello.codehaus.org/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 http://modello.codehaus.org/xsd/modello-1.0.0.xsd" - xsd.namespace="http://sling.apache.org/maven/1.0.0"> + xsd.namespace="http://sling.apache.org/bundles/1.0.0"> <id>bundle-list</id> <name>BundleList</name> <description> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
