Skip to content

Commit

Permalink
Update Maven dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kleihan committed Jan 15, 2024
1 parent 2d6b204 commit 055c090
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions repository-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ RepositoryCompressor extracts a subset of an existing Orchestra file.

Command line arguments:
```
usage: RepositoryCompressor
-?,--help display usage
-c,--category <arg> select messages by category
-f,--flow <arg> select messages by flow
usage: RepositoryCompressor
-?,--help display usage
-c,--category <arg> select messages by category
-f,--flow <arg> select messages by flow
-i,--input <arg> path of input file
-n,--notcategory <arg> select messages except category
-n,--notcategory <arg> select messages except category
-o,--output <arg> path of output file
-s,--section <arg> select messages by section
-s,--section <arg> select messages by section
-x,--notsection <arg> select messages except section
```

Expand All @@ -56,12 +56,12 @@ For use with Java 11 or later, the name of the produced Java module is `orchestr

### Maven dependency

This Maven module may be included as a dependency in a project as follows (substitute current verion as needed):
This Maven module may be included as a dependency in a project as follows (substitute current version as needed):

```xml
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>repository-util</artifactId>
<version>1.7.4</version>
<version>1.8.0</version>
</dependency>
```
4 changes: 2 additions & 2 deletions repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ For use with Java 11 or later, the name of the produced Java module is `orchestr

### Maven dependency

This Maven module may be included as a dependency in a project as follows (substitute current verion as needed):
This Maven module may be included as a dependency in a project as follows (substitute current version as needed):

```xml
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>repository</artifactId>
<version>1.7.3</version>
<version>1.8.0</version>
</dependency>
```

0 comments on commit 055c090

Please sign in to comment.