Updated SDG 1.3 XSD and SDG version to 1.3.4 in the gradle.properties file.

This commit is contained in:
John Blum
2014-04-03 18:08:06 -07:00
parent c8f60ba9d9
commit e47e03c70e
2 changed files with 2 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ springVersion=3.2.8.RELEASE
springDataCommonsVersion=1.7.1.RELEASE
log4jVersion=1.2.16
hamcrestVersion=1.2.1
version=1.3.3.RELEASE
version=1.3.4.RELEASE
gemfire.range="[6.5, 8.0)"
cglibVersion=2.2
mockitoVersion=1.9.0

View File

@@ -2237,17 +2237,9 @@ The JNDI name for this datasource. Will be prefixed with "java:/"
<xsd:attribute name="type" use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
Specifies the datasource implementation: ManagedDataSource,SimpleDataSource,PooledDataSource,XaPooledDataSource
Specifies the DataSource implementation: SimpleDataSource, ManagedDataSource, PooledDataSource, XAPooledDataSource
]]></xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ManagedDataSource" />
<xsd:enumeration value="SimpleDataSource" />
<xsd:enumeration value="PooledDataSource" />
<xsd:enumeration value="XaPooledDataSource" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="blocking-timeout-seconds" type="xsd:string"
use="optional" />