INT-2298 Remove Versions From Schemas in Reference

It is generally advised to use version-less schemas; some examples
in the reference still had 2.0 schema versions.
This commit is contained in:
Gary Russell
2011-12-06 17:07:53 -05:00
committed by Mark Fisher
parent 8cc1afa27c
commit 17cf470a05
16 changed files with 35 additions and 35 deletions

View File

@@ -34,7 +34,7 @@
<programlisting language="xml"><![CDATA[xmlns:int-xmpp="http://www.springframework.org/schema/integration/xmpp"
xsi:schemaLocation="http://www.springframework.org/schema/integration/xmpp
http://www.springframework.org/schema/integration/xmpp/spring-integration-xmpp-2.0.xsd"]]></programlisting>
http://www.springframework.org/schema/integration/xmpp/spring-integration-xmpp.xsd"]]></programlisting>
</para>
</section>