File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
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 >1.6.0 -SNAPSHOT</version >
7
+ <version >1.7.0-SO-FINDO-9587 -SNAPSHOT</version >
8
8
<name >xml-export</name >
9
9
<url >http://maven.apache.org</url >
10
+
11
+ <distributionManagement >
12
+ <repository >
13
+ <id >github</id >
14
+ <name >GitHub FINDOLOGIC Apache Maven Packages</name >
15
+ <url >https://maven.pkg.github.com/findologic/maven-packages</url >
16
+ </repository >
17
+ </distributionManagement >
10
18
</project >
Original file line number Diff line number Diff line change 21
21
</xs : unique >
22
22
</xs : element >
23
23
</xs : sequence >
24
- <xs : attribute type =" xs:string " name =" version" />
24
+ <xs : attribute type =" versionType " name =" version" use = " required " />
25
25
</xs : complexType >
26
26
</xs : element >
27
27
28
+ <xs : simpleType name =" versionType" >
29
+ <xs : restriction base =" xs:string" >
30
+ <xs : enumeration value =" 2.0" />
31
+ </xs : restriction >
32
+ </xs : simpleType >
33
+
28
34
<!-- Structure of items. -->
29
35
<xs : complexType name =" itemType" >
30
36
<xs : all >
You can’t perform that action at this time.
0 commit comments