File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version="1.0" encoding="UTF-8"?>
2- <fixr:repository xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:fixr="http://fixprotocol.io/2016/fixrepository " xmlns:dc="http://purl.org/dc/elements/1.1/" name="FIX.4.2" version="FIX.4.2" specUrl="http://www.fixprotocol.org/specifications/fix4.2spec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+ <fixr:repository xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:fixr="http://fixprotocol.io/2020/orchestra/repository " xmlns:dc="http://purl.org/dc/elements/1.1/" name="FIX.4.2" version="FIX.4.2" specUrl="http://www.fixprotocol.org/specifications/fix4.2spec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33 <fixr:metadata>
44 <dc:title>Orchestra</dc:title>
55 <dc:creator>unified2orchestra.xslt script</dc:creator>
Original file line number Diff line number Diff line change 11<?xml version="1.0" encoding="UTF-8"?>
2- <fixr:repository xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:fixr="http://fixprotocol.io/2016/fixrepository " xmlns:dc="http://purl.org/dc/elements/1.1/" name="FIX.4.4" version="FIX.4.4" specUrl="http://www.fixprotocol.org/specifications/fix4.4spec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+ <fixr:repository xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:fixr="http://fixprotocol.io/2020/orchestra/repository " xmlns:dc="http://purl.org/dc/elements/1.1/" name="FIX.4.4" version="FIX.4.4" specUrl="http://www.fixprotocol.org/specifications/fix4.4spec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33 <fixr:metadata>
44 <dc:title>Orchestra</dc:title>
55 <dc:creator>unified2orchestra.xslt script</dc:creator>
Original file line number Diff line number Diff line change 11<?xml version="1.0" encoding="UTF-8"?>
2- <fixr:repository xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:fixr="http://fixprotocol.io/2016/fixrepository " xmlns:dc="http://purl.org/dc/elements/1.1/" name="FIX.5.0SP2" version="FIX.5.0SP2" specUrl="http://www.fixprotocol.org/specifications/fix5.0sp2spec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+ <fixr:repository xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:functx="http://www.functx.com" xmlns:fixr="http://fixprotocol.io/2020/orchestra/repository " xmlns:dc="http://purl.org/dc/elements/1.1/" name="FIX.5.0SP2" version="FIX.5.0SP2" specUrl="http://www.fixprotocol.org/specifications/fix5.0sp2spec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33 <fixr:metadata>
44 <dc:title>Orchestra</dc:title>
55 <dc:creator>unified2orchestra.xslt script</dc:creator>
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.fixprotocol.orchestrations</groupId >
77 <artifactId >parent</artifactId >
8- <version >1.4.1-RC5-SNAPSHOT </version >
8+ <version >1.5.0 </version >
99 </parent >
1010 <artifactId >fix-standard</artifactId >
1111 <description >Generates humanly readable documentation of FIX standard versions</description >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Specifications and source material for Orchestra are available in GitHub.
1616
1717## Updates
1818
19- Updated January 2020 to conform to Orchestra version 1.0 Release Candidate 5 schema.
19+ Updatedto conform to Orchestra version 1.0 Draft Standard schema.
2020
2121## License
2222© Copyright 2017-2020 FIX Protocol Limited
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >io.fixprotocol.orchestrations</groupId >
77 <artifactId >parent</artifactId >
8- <version >1.4.1-RC5-SNAPSHOT </version >
8+ <version >1.5.0 </version >
99 <packaging >pom</packaging >
1010 <name >${project.groupId} :${project.artifactId} </name >
1111 <description >Parent project for a catalog of Orchestra implementations</description >
12+ <url >https://github.com/FIXTradingCommunity/orchestrations</url >
1213 <inceptionYear >2017</inceptionYear >
1314 <prerequisites >
1415 <maven >3.3.1</maven >
5859 <properties >
5960 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6061 <java .version>1.8</java .version>
61- <orchestra .version>1.4.1-RC5-SNAPSHOT </orchestra .version>
62+ <orchestra .version>1.5.0 </orchestra .version>
6263 </properties >
6364
6465 <build >
You can’t perform that action at this time.
0 commit comments