We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10e5ce + 97aa8ee commit db32026Copy full SHA for db32026
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.findologic</groupId>
5
<artifactId>xml-export</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
8
<name>xml-export</name>
9
<url>http://maven.apache.org</url>
10
<dependencies>
src/main/resources/findologic.xsd
@@ -270,6 +270,7 @@
270
<xs:simpleType>
271
<xs:restriction base="xs:string">
272
<xs:minLength value="1"/>
273
+ <xs:maxLength value="16383"/>
274
</xs:restriction>
275
</xs:simpleType>
276
</xs:element>
0 commit comments