Skip to content

Commit

Permalink
Prepare RC4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Feb 21, 2019
1 parent 0bfb940 commit 57e8cdf
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ Public Orchestra files for service offerings

## Versions

### Working version: Release Candidate 4
### Current version: Release Candidate 4
Release Candidate 4 was approved by the Global Technical Committee on Feb. 21, 2019 for 90 day public review.
Themes:
* Tool development
* Schema refinements as needed

### Current approved version: Release Candidate 3
Release Candidate 2 was approved by the Global Technical Committee on March 8, 2018 for 90 day public review.
### Release Candidate 3
Release Candidate 3 was approved by the Global Technical Committee on March 8, 2018 for 90 day public review.
Themes:
* Semantic concepts
* Additional demonstration applications: documentation generator, test generator
Expand All @@ -49,7 +50,7 @@ Version 1.0 RC1 standardized the XML schema for FIX Orchestra and FIX Repository


## Normative Modules
The following modules are **normative** for Orchestra Release Candidate 2.
The following modules are **normative**.

### repository2016
This module contains an XML schema for Orchestra, also known as FIX Repository 2016 Edition. It is used to convey message structures and their components, as well as FIX application behaviors. Users may express workflow as responses to messages under different scenarios, as well as external state information that may influence behaviors.
Expand Down Expand Up @@ -111,7 +112,7 @@ Data files in this project under `test/resources` are strictly for testing and t
See [FIX Standards](https://www.fixtrading.org/standards/) for normative standards documents and [FIX Repository](https://www.fixtrading.org/standards/fix-repository/) for latest Repository extension packs.

## License
© Copyright 2016-2018 FIX Protocol Limited
© Copyright 2016-2019 FIX Protocol Limited

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>docgen</artifactId>
<description>Generates humanly readable documentation</description>
Expand Down
2 changes: 1 addition & 1 deletion dsl-antlr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.fixprotocol.orchestra</groupId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dsl-antlr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion interfaces2016/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>interfaces2016</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion model-quickfix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>model-quickfix</artifactId>
<description>Message validation</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Parent project for FIX Orchestra</description>
Expand All @@ -27,7 +27,7 @@
<developers>
<developer>
<name>Don Mendelson</name>
<email>donmendelson@silverflash.net</email>
<email>donmendelson@silver-flash.net</email>
<organization>FIX Trading Community</organization>
<organizationUrl>https://www.fixtrading.org/</organizationUrl>
</developer>
Expand Down
2 changes: 1 addition & 1 deletion repository-quickfix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>repository-quickfix</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion repository2010/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>repository2010</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion repository2016/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>repository2016</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion repositoryDiffMerge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>repositoryDiffMerge</artifactId>
<description>Diff/merge tool for repository files</description>
Expand Down
2 changes: 1 addition & 1 deletion session-quickfix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>session-quickfix</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion testgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-RC4-SNAPSHOT</version>
<version>1.3.0-RC4</version>
</parent>
<artifactId>testgen</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 57e8cdf

Please sign in to comment.