Skip to content

Commit

Permalink
Merge pull request #11 from findologic/TR-372_disallow_missing_urls_i…
Browse files Browse the repository at this point in the history
…n_xml_export

TR-372_disallow_missing_urls_in_xml_export (FINDO-8487)
  • Loading branch information
howard authored Feb 14, 2020
2 parents b5d0062 + 82176ad commit c10e5ce
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.4.0-SNAPSHOT</version>
<version>1.5.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 @@ -129,7 +129,7 @@
<!-- URLs -->
<xs:complexType name="urlsType">
<xs:sequence>
<xs:element name="url" minOccurs="0" maxOccurs="unbounded">
<xs:element name="url" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="httpURI">
Expand Down

0 comments on commit c10e5ce

Please sign in to comment.