Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Sep 30, 2021
1 parent 02c6ecb commit 956343e
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ Data files in this project under `test/resources` are strictly for testing and t
## Build
The project is built with Maven version 3.3 or later.

The project requires Java 11 or later. Some modules use Java Platform Module System (JPMS).
This project requires Java 11 or later. It should run on any platform for which a JVM is supported. Some modules use Java Platform Module System (JPMS).

Several open-source JDK implementations are available, including [Eclipse Temurin](https://adoptium.net/) and [Azul Zulu](https://www.azul.com/downloads/?package=jdk).



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>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dsl-antlr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion interfaces-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>interfaces-util</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>interfaces</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion message-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>message-model</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion orchestra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>orchestra-common</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion orchestra2doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>orchestra2doc</artifactId>
<description>Generates humanly readable documentation</description>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Parent project for FIX Orchestra. Build Java 8 by default, multi-release jar on demand.</description>
<description>Parent project for FIX Orchestra</description>
<url>https://github.com/FIXTradingCommunity/fix-orchestra/wiki</url>
<inceptionYear>2016</inceptionYear>
<prerequisites>
Expand Down Expand Up @@ -67,10 +67,9 @@
<antlr.version>4.9.2</antlr.version>
<base.java.version>11</base.java.version>
<commons-cli.version>1.4</commons-cli.version>
<cucumber.version>1.2.6</cucumber.version>
<junit.version>5.6.1</junit.version>
<junit.version>5.8.0</junit.version>
<log4j.version>2.14.1</log4j.version>
<saxon.version>10.5</saxon.version>
<saxon.version>10.6</saxon.version>
<slf4j.version>1.7.22</slf4j.version>
<stringtemplate.version>4.3.1</stringtemplate.version>
<jackson.version>2.12.3</jackson.version>
Expand Down
4 changes: 2 additions & 2 deletions repository-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>repository-util</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>Repository utilities</description>

<properties>
<md-grammar.version>1.1.2</md-grammar.version>
<md-grammar.version>1.2.0</md-grammar.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion repository/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.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>repository</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 @@ -7,7 +7,7 @@
<parent>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>repository2010</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 956343e

Please sign in to comment.