Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Jul 13, 2021
1 parent 2c0b44b commit 1bd3081
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>md2orchestra</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,11 +616,11 @@ void messageResponses() throws Exception {
builder.write(xmlStream);
builder.closeEventLogger();
String xml = xmlStream.toString();
System.out.println(xml);
//System.out.println(xml);
builder.closeEventLogger();
assertTrue(xml.contains("messageRef"));
String errors = jsonOutputStream.toString();
System.out.println(errors);
//String errors = jsonOutputStream.toString();
//System.out.println(errors);
}

@Test // ODOC-121
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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>tablature-parent</name>
<description>Easy authoring for rules of engagement using markdown</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<jackson.version>2.12.0</jackson.version>
<java.version>11</java.version>
<junit.version>5.7.0</junit.version>
<log4j.version>2.14.0</log4j.version>
<log4j.version>2.14.1</log4j.version>
<md-grammar.version>1.1.1</md-grammar.version>
<orchestra.version>1.6.10</orchestra.version>
<stringtemplate.version>4.1</stringtemplate.version>
Expand Down

0 comments on commit 1bd3081

Please sign in to comment.