Skip to content

Commit

Permalink
Updated to Orchestra v1.0 Draft Standard schema
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Mar 3, 2020
1 parent 665f6f5 commit fe873ab
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FIX Standard/FixRepository42.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<fixr:metadata>
<dc:title>Orchestra</dc:title>
<dc:creator>unified2orchestra.xslt script</dc:creator>
Expand Down
2 changes: 1 addition & 1 deletion FIX Standard/FixRepository44.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<fixr:metadata>
<dc:title>Orchestra</dc:title>
<dc:creator>unified2orchestra.xslt script</dc:creator>
Expand Down
2 changes: 1 addition & 1 deletion FIX Standard/FixRepository50SP2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<fixr:metadata>
<dc:title>Orchestra</dc:title>
<dc:creator>unified2orchestra.xslt script</dc:creator>
Expand Down
2 changes: 1 addition & 1 deletion FIX Standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.orchestrations</groupId>
<artifactId>parent</artifactId>
<version>1.4.1-RC5-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>fix-standard</artifactId>
<description>Generates humanly readable documentation of FIX standard versions</description>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Specifications and source material for Orchestra are available in GitHub.

## Updates

Updated January 2020 to conform to Orchestra version 1.0 Release Candidate 5 schema.
Updatedto conform to Orchestra version 1.0 Draft Standard schema.

## License
© Copyright 2017-2020 FIX Protocol Limited
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fixprotocol.orchestrations</groupId>
<artifactId>parent</artifactId>
<version>1.4.1-RC5-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Parent project for a catalog of Orchestra implementations</description>
<url>https://github.com/FIXTradingCommunity/orchestrations</url>
<inceptionYear>2017</inceptionYear>
<prerequisites>
<maven>3.3.1</maven>
Expand Down Expand Up @@ -58,7 +59,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<orchestra.version>1.4.1-RC5-SNAPSHOT</orchestra.version>
<orchestra.version>1.5.0</orchestra.version>
</properties>

<build>
Expand Down

0 comments on commit fe873ab

Please sign in to comment.