Skip to content

Commit

Permalink
Merge pull request #19 from findologic/FINDO-9930_Image_URL_and_URL_f…
Browse files Browse the repository at this point in the history
…ields_must_be_supported_within_variants_in_XML_v2_export

FINDO-9930_Image_URL_and_URL_fields_must_be_supported_within_variants_in_XML_v2_export
  • Loading branch information
MohamadAssani authored Jul 5, 2023
2 parents 3774f29 + e79d747 commit dc3c394
Show file tree
Hide file tree
Showing 2 changed files with 3 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>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<name>xml-export</name>
<url>http://maven.apache.org</url>
</project>
2 changes: 2 additions & 0 deletions src/main/resources/findologic_20.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
<!-- Optional -->
<xs:element type="namesType" name="names" minOccurs="0" maxOccurs="1"/>
<xs:element type="pricesType" name="prices" minOccurs="0" maxOccurs="1"/>
<xs:element type="urlsType" name="urls" minOccurs="0" maxOccurs="1"/>
<xs:element type="allImagesType" name="allImages" minOccurs="0" maxOccurs="1"/>
<xs:element type="groupsType" name="groups" minOccurs="0" maxOccurs="1"/>
<xs:element type="allPropertiesType" name="allProperties" minOccurs="0" maxOccurs="1"/>
<xs:element type="overriddenPricesType" name="overriddenPrices" minOccurs="0" maxOccurs="1"/>
Expand Down

0 comments on commit dc3c394

Please sign in to comment.