Skip to content

Commit 68ce876

Browse files
committed
Release 1.6.10 Tentative Orchestra version 1.0 Technical Standard
1 parent 734c6ec commit 68ce876

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

dsl-antlr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>io.fixprotocol.orchestra</groupId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>dsl-antlr</artifactId>

interfaces-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<artifactId>interfaces-util</artifactId>
1111
<name>${project.groupId}:${project.artifactId}</name>

interfaces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<artifactId>interfaces</artifactId>
1111
<name>${project.groupId}:${project.artifactId}</name>

message-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<artifactId>message-model</artifactId>
1111
<name>${project.groupId}:${project.artifactId}</name>

orchestra-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<artifactId>orchestra-common</artifactId>
1111
<name>${project.groupId}:${project.artifactId}</name>

orchestra2doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<artifactId>orchestra2doc</artifactId>
1111
<description>Generates humanly readable documentation</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
<packaging>pom</packaging>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Parent project for FIX Orchestra. Build Java 8 by default, multi-release jar on demand.</description>

repository-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.orchestra</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.6.10-SNAPSHOT</version>
8+
<version>1.6.10</version>
99
</parent>
1010
<artifactId>repository-util</artifactId>
1111
<name>${project.groupId}:${project.artifactId}</name>

repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.fixprotocol.orchestra</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.6.10-SNAPSHOT</version>
9+
<version>1.6.10</version>
1010
</parent>
1111
<artifactId>repository</artifactId>
1212
<name>${project.groupId}:${project.artifactId}</name>

repository2010/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.fixprotocol.orchestra</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.6.10-SNAPSHOT</version>
10+
<version>1.6.10</version>
1111
</parent>
1212
<artifactId>repository2010</artifactId>
1313
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)