Skip to content

Commit db32026

Browse files
authored
Merge pull request #12 from findologic/TR-406_restrict_max_length_attribute_value
TR-406_restrict_max_length_attribute_value(FINDO-8670)
2 parents c10e5ce + 97aa8ee commit db32026

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.findologic</groupId>
55
<artifactId>xml-export</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.5.1-SNAPSHOT</version>
88
<name>xml-export</name>
99
<url>http://maven.apache.org</url>
1010
<dependencies>

src/main/resources/findologic.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
<xs:simpleType>
271271
<xs:restriction base="xs:string">
272272
<xs:minLength value="1"/>
273+
<xs:maxLength value="16383"/>
273274
</xs:restriction>
274275
</xs:simpleType>
275276
</xs:element>

0 commit comments

Comments
 (0)