Skip to content

Commit

Permalink
Merge pull request #12 from findologic/TR-406_restrict_max_length_att…
Browse files Browse the repository at this point in the history
…ribute_value

TR-406_restrict_max_length_attribute_value(FINDO-8670)
  • Loading branch information
howard authored Jul 2, 2020
2 parents c10e5ce + 97aa8ee commit db32026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.findologic</groupId>
<artifactId>xml-export</artifactId>
<packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<name>xml-export</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/findologic.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="16383"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down

0 comments on commit db32026

Please sign in to comment.