Skip to content

Commit

Permalink
Version 1.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Dec 16, 2016
1 parent 0b51a5f commit 6039e26
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ FIX Orchestra is intended to provide a standard and some reference implementatio

The planned lifecycle of this project is to roll out new features in a series of release candidates. After each release candidate is approved, it will be exposed to public review. Issues may be entered here in GitHub or in a discussion forum on the [FIX Trading Community site](http://www.fixtradingcommunity.org/). When version 1.0 is considered complete, the last release candidate will be promoted to Draft Standard.

### Version 1.0 Release Candidate 1
### Approved version: 1.0 Release Candidate 1
Version 1.0 RC1 standardizes the XML schema for FIX Orchestra and FIX Repository 2016 Edition. Release Candidate 1 was approved by the Global Technical Committee on Dec. 15, 2016 for 90 day public review. The status of each module is listed below for the current release candidate.

### Working version: 1.0 Release Candidate 2
The FIX Orchestra working group will consider issues and pull requests for the next release candidate. The planned themes for Release Candidate 2 are:
* Completion of a DSL grammar for conditional expressions
* FIXatdl integration
* Session configuration

The status each module is listed below for the current release candidate.

## Normative Module

Expand Down
2 changes: 1 addition & 1 deletion dsl-antlr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.fixprotocol.orchestra</groupId>
<version>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dsl-antlr</artifactId>
Expand Down
6 changes: 3 additions & 3 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>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Parent project for FIX Orchestra</description>
Expand Down Expand Up @@ -67,9 +67,9 @@
<junit.version>4.11</junit.version>
<java.version>1.8</java.version>
<owlapi.version>4.1.2</owlapi.version>
<slf4j.version>1.7.13</slf4j.version>
<slf4j.version>1.7.22</slf4j.version>
<quickfixj.version>1.6.1_1</quickfixj.version>
<saxon.version>9.7.0-8</saxon.version>
<saxon.version>9.7.0-14</saxon.version>
</properties>

<dependencies>
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>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</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>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>
<artifactId>repository2016</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion repositoryToOWL/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>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>repositoryToOWL</artifactId>
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>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>
<artifactId>session-quickfix</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion session/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>0.1.0-RC1-SNAPSHOT</version>
<version>1.0.0-RC1</version>
</parent>
<artifactId>session</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 6039e26

Please sign in to comment.