Skip to content

Commit 6323c65

Browse files
committed
Release 1.0.1
1 parent 21d6c8b commit 6323c65

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# tablature
22

3+
![Java CI with Maven](https://github.com/FIXTradingCommunity/tablature/workflows/maven.yml/badge.svg)
4+
35
Converts a Markdown document to a specification and documents a specification as markdown. Markdown can automatically be rendered as a web page in GitHub or other sites. This is an easy way to publish rules of engagement. Roundtrip is supported, allowing a user to update a specification iteratively with an ordinary text editor.
46

57
For a brief introduction to markdown, see [Markdown Notation](https://github.com/FIXTradingCommunity/tablature/wiki/Markdown-Notation).

interfaces2md/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.fixprotocol.tablature</groupId>
55
<artifactId>tablature-parent</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
</parent>
88
<artifactId>interfaces2md</artifactId>
99

md2interfaces/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.tablature</groupId>
77
<artifactId>tablature-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<artifactId>md2interfaces</artifactId>
1111

md2orchestra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.tablature</groupId>
77
<artifactId>tablature-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<artifactId>md2orchestra</artifactId>
1111

orchestra2md/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fixprotocol.tablature</groupId>
77
<artifactId>tablature-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<artifactId>orchestra2md</artifactId>
1111

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.fixprotocol.tablature</groupId>
66
<artifactId>tablature-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<packaging>pom</packaging>
99
<name>tablature-parent</name>
1010
<description>Easy authoring for rules of engagement using markdown</description>
@@ -68,7 +68,7 @@
6868
<junit.version>5.8.0</junit.version>
6969
<log4j.version>2.14.1</log4j.version>
7070
<md-grammar.version>1.2.0</md-grammar.version>
71-
<orchestra.version>1.7.2</orchestra.version>
71+
<orchestra.version>1.7.3</orchestra.version>
7272
<stringtemplate.version>4.1</stringtemplate.version>
7373
</properties>
7474

0 commit comments

Comments
 (0)