Skip to content

Commit

Permalink
Merge pull request #10 from findologic/TR-363_empty_id
Browse files Browse the repository at this point in the history
TR-363_empty_id (FINDO-8419)
  • Loading branch information
howard authored Dec 9, 2019
2 parents 35f2185 + f77572a commit b5d0062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<name>xml-export</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/findologic.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<xs:element type="bonusesType" name="bonuses" minOccurs="0" maxOccurs="1"/>
<xs:element type="sortsType" name="sorts" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute type="xs:string" name="id" use="required"/>
<xs:attribute type="nonEmptyString" name="id" use="required"/>
</xs:complexType>

<!-- Images -->
Expand Down

0 comments on commit b5d0062

Please sign in to comment.