Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Sep 30, 2021
1 parent 21d6c8b commit 6323c65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# tablature

![Java CI with Maven](https://github.com/FIXTradingCommunity/tablature/workflows/maven.yml/badge.svg)

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.

For a brief introduction to markdown, see [Markdown Notation](https://github.com/FIXTradingCommunity/tablature/wiki/Markdown-Notation).
Expand Down
2 changes: 1 addition & 1 deletion interfaces2md/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.fixprotocol.tablature</groupId>
<artifactId>tablature-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>interfaces2md</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion md2interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.tablature</groupId>
<artifactId>tablature-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>md2interfaces</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion md2orchestra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.tablature</groupId>
<artifactId>tablature-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>md2orchestra</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion orchestra2md/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fixprotocol.tablature</groupId>
<artifactId>tablature-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>orchestra2md</artifactId>

Expand Down
4 changes: 2 additions & 2 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.tablature</groupId>
<artifactId>tablature-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>tablature-parent</name>
<description>Easy authoring for rules of engagement using markdown</description>
Expand Down Expand Up @@ -68,7 +68,7 @@
<junit.version>5.8.0</junit.version>
<log4j.version>2.14.1</log4j.version>
<md-grammar.version>1.2.0</md-grammar.version>
<orchestra.version>1.7.2</orchestra.version>
<orchestra.version>1.7.3</orchestra.version>
<stringtemplate.version>4.1</stringtemplate.version>
</properties>

Expand Down

0 comments on commit 6323c65

Please sign in to comment.