Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Mar 13, 2018
1 parent 58354e6 commit 6e42b07
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <filename> [output-dir]
java -jar docgen-1.2.0-RC3-jar-with-dependencies <filename> [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".
Expand Down
2 changes: 1 addition & 1 deletion dsl-antlr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ The module may be included as a dependency in a Maven project as follows:
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>dsl-antlr</artifactId>
<version>1.1.0-RC2</version>
<version>1.2.0-RC3</version>
</dependency>
```
2 changes: 1 addition & 1 deletion interfaces2016/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ In addition to providing the XML schema as a resource, this module builds Java b
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>interfaces2016</artifactId>
<version>1.1.0-RC2</version>
<version>1.2.0-RC3</version>
</dependency>
```
2 changes: 1 addition & 1 deletion repository2016/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ The module may be included as a dependency in a Maven project as follows:
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>repository2016</artifactId>
<version>1.1.0-RC2</version>
<version>1.2.0-RC3</version>
</dependency>
```

0 comments on commit 6e42b07

Please sign in to comment.