File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.findologic</groupId >
5
5
<artifactId >xml-export</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >2.1 .0-SNAPSHOT</version >
7
+ <version >2.2 .0-SNAPSHOT</version >
8
8
<name >xml-export</name >
9
9
<url >http://maven.apache.org</url >
10
10
</project >
Original file line number Diff line number Diff line change 66
66
<!-- Optional -->
67
67
<xs : element type =" namesType" name =" names" minOccurs =" 0" maxOccurs =" 1" />
68
68
<xs : element type =" pricesType" name =" prices" minOccurs =" 0" maxOccurs =" 1" />
69
+ <xs : element type =" urlsType" name =" urls" minOccurs =" 0" maxOccurs =" 1" />
70
+ <xs : element type =" allImagesType" name =" allImages" minOccurs =" 0" maxOccurs =" 1" />
69
71
<xs : element type =" groupsType" name =" groups" minOccurs =" 0" maxOccurs =" 1" />
70
72
<xs : element type =" allPropertiesType" name =" allProperties" minOccurs =" 0" maxOccurs =" 1" />
71
73
<xs : element type =" overriddenPricesType" name =" overriddenPrices" minOccurs =" 0" maxOccurs =" 1" />
You can’t perform that action at this time.
0 commit comments