Skip to content

Commit 506bc9d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5c0782e + 269ce24 commit 506bc9d

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
@@ -36,7 +36,7 @@ Example for Maven:
3636
<dependency>
3737
    <groupId>uk.co.real-logic</groupId>
3838
    <artifactId>sbe-all</artifactId>
39-
    <version>1.8.8</version>
39+
    <version>1.8.9</version>
4040
</dependency>
4141
```
4242

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

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

68-
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-1.8.9-SNAPSHOT.jar my_sbe_input.xml
68+
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-1.8.10-SNAPSHOT.jar my_sbe_input.xml
6969

7070
**Note:** The Jars in directory `build/libs` do not contain `META-INF/MANIFEST.MF` and the error *"no main manifest attribute"* will occur when trying to execute it.
7171

0 commit comments

Comments
 (0)