Skip to content

Commit fe873ab

Browse files
committed
Updated to Orchestra v1.0 Draft Standard schema
1 parent 665f6f5 commit fe873ab

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

FIX Standard/FixRepository42.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

FIX Standard/FixRepository44.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

FIX Standard/FixRepository50SP2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

FIX Standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
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>
@@ -58,7 +59,7 @@
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>

0 commit comments

Comments
 (0)