Just wondering what the best practice is when it comes to defining namespaces in Spring context files. Should the specific version be specified to match the version of Spring in use (e.g. 3.1) or is it recommended to specify a version-less XSD, as Spring will find the latest version on the classpath? We're upgrading from version 2.5 -> 3.1 at the moment so looking for advice on this matter.
