From 6e42b07b8222eda7e8f0d1755fef236ed9f8a51e Mon Sep 17 00:00:00 2001 From: Don Mendelson Date: Tue, 13 Mar 2018 14:44:51 -0500 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- docgen/README.md | 2 +- dsl-antlr/README.md | 2 +- interfaces2016/README.md | 2 +- repository2016/README.md | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f20f27a6..67918e82 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ Public Orchestra files for service offerings ## Versions -### Working version: Release Candidate 3 -Planned themes: -* Reference data -* Build process and tools -* Semantic representation +### 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. +Themes: +* Semantic concepts +* Additional demonstration applications: documentation generator, test generator * Refinement of previous deliverables -### Current approved version: Release Candidate 2 +### Release Candidate 2 Release Candidate 2 was approved by the Global Technical Committee on May 18, 2017 for 90 day public review. The themes for Release Candidate 2 were: * Completion of a DSL grammar for conditional expressions * FIXatdl integration @@ -70,12 +70,12 @@ These utilities extract incremental changes to XML files and selectively apply c ### docgen This utility generates documentation for an Orchestra file that can be view in any web browser. The output of the generator may be used locally or from a web server. -## Experimental Modules -This following modules are **experimental**. Requirements are still being gathered and discussed by the FIX Orchestra working group. Participation in the working group is encouraged by FIX Trading Community members, and more broadly, feedback is welcome from interested GitHub users. - ### testgen This module is a demonstration of acceptance test generation from an Orchestra file using Behavior Driven Design (BDD) concepts. +## Experimental Modules +This following modules are **experimental**. Requirements are still being gathered and discussed by the FIX Orchestra working group. Participation in the working group is encouraged by FIX Trading Community members, and more broadly, feedback is welcome from interested GitHub users. + ### FIX Engine Provisioning #### repository-quickfix @@ -96,7 +96,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-2017 FIX Protocol Limited +© Copyright 2016-2018 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. diff --git a/docgen/README.md b/docgen/README.md index 0aeeb5ea..7ed9dec2 100644 --- a/docgen/README.md +++ b/docgen/README.md @@ -7,7 +7,7 @@ This utility generates documentation for an Orchestra file that can be view in a To run the documentation generator, enter this command line: ``` -java -jar docgen-1.2.0-RC3-SNAPSHOT-jar-with-dependencies [output-dir] +java -jar docgen-1.2.0-RC3-jar-with-dependencies [output-dir] ``` As the first argument, enter the name of an Orchestra file to document. The second argument is output directory, which defaults to "doc". diff --git a/dsl-antlr/README.md b/dsl-antlr/README.md index 889e2583..31ab89d2 100644 --- a/dsl-antlr/README.md +++ b/dsl-antlr/README.md @@ -19,6 +19,6 @@ The module may be included as a dependency in a Maven project as follows: io.fixprotocol.orchestra dsl-antlr - 1.1.0-RC2 + 1.2.0-RC3 ``` diff --git a/interfaces2016/README.md b/interfaces2016/README.md index c810852d..70e30cce 100644 --- a/interfaces2016/README.md +++ b/interfaces2016/README.md @@ -13,6 +13,6 @@ In addition to providing the XML schema as a resource, this module builds Java b io.fixprotocol.orchestra interfaces2016 - 1.1.0-RC2 + 1.2.0-RC3 ``` diff --git a/repository2016/README.md b/repository2016/README.md index 48af6708..b4628a81 100644 --- a/repository2016/README.md +++ b/repository2016/README.md @@ -20,6 +20,6 @@ The module may be included as a dependency in a Maven project as follows: io.fixprotocol.orchestra repository2016 - 1.1.0-RC2 + 1.2.0-RC3 ```