File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
@ jakarta .xml .bind .annotation .XmlSchema (
2
- namespace = "http://www.siri.org.uk/siri " ,
2
+ namespace = "http://www.vdv.de/ojp " ,
3
3
elementFormDefault = jakarta .xml .bind .annotation .XmlNsForm .QUALIFIED ,
4
4
xmlns = {
5
5
@ jakarta .xml .bind .annotation .XmlNs (prefix = "ojp" , namespaceURI = "http://www.vdv.de/ojp" ),
6
6
@ jakarta .xml .bind .annotation .XmlNs (prefix = "ifopt" , namespaceURI = "http://www.ifopt.org.uk/ifopt" ),
7
7
@ jakarta .xml .bind .annotation .XmlNs (prefix = "acsb" , namespaceURI = "http://www.ifopt.org.uk/acsb" ),
8
- @ jakarta .xml .bind .annotation .XmlNs (prefix = "siri" , namespaceURI = "http://www.siri.org.uk/siri" )
8
+ @ jakarta .xml .bind .annotation .XmlNs (prefix = "siri" , namespaceURI = "http://www.siri.org.uk/siri" ),
9
+ @ jakarta .xml .bind .annotation .XmlNs (prefix = "netex" , namespaceURI = "http://www.netex.org.uk/netex" ),
10
+ @ jakarta .xml .bind .annotation .XmlNs (prefix = "opengis" , namespaceURI = "http://www.opengis.net/gml/3.2" ),
9
11
}
10
12
)
11
- package de .vdv .ojp .model ;
13
+ package de .vdv .ojp20 .model ;
12
14
13
15
import jakarta .xml .bind .annotation .XmlNs ;
14
16
import jakarta .xml .bind .annotation .XmlNsForm ;
Original file line number Diff line number Diff line change 18
18
<modelVersion >4.0.0</modelVersion >
19
19
<groupId >de.vdv</groupId >
20
20
<artifactId >ojp-java-model</artifactId >
21
- <version >2.0.1 </version >
21
+ <version >2.0.0-SNAPSHOT </version >
22
22
23
23
<name >ojp-java-model</name >
24
24
<description >Generates Java model from OJP xsds using jaxb.</description >
337
337
<configuration >
338
338
<target >
339
339
<copy file =" ${project.basedir}/package-info.java"
340
- todir =" ${project.build.directory}/generated-sources/xjc/de/vdv/ojp /model" overwrite =" true" />
340
+ todir =" ${project.build.directory}/generated-sources/xjc/de/vdv/ojp20 /model" overwrite =" true" />
341
341
</target >
342
342
</configuration >
343
343
</execution >
You can’t perform that action at this time.
0 commit comments