Skip to content

Commit a191505

Browse files
authored
Update README.md
1 parent 1a13d0a commit a191505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example for Maven:
3535
<dependency>
3636
    <groupId>uk.co.real-logic</groupId>
3737
    <artifactId>sbe-all</artifactId>
38-
    <version>1.20.3</version>
38+
    <version>${sbe.tool.version}</version>
3939
</dependency>
4040
```
4141

@@ -63,7 +63,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun
6363

6464
An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:
6565

66-
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-${SBE_LIB_VERSION}.jar my-sbe-messages.xml
66+
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-${SBE_TOOL_VERSION}.jar my-sbe-messages.xml
6767

6868
C++ Build using CMake
6969
---------------------

0 commit comments

Comments
 (0)