Skip to content

Commit 29ea9f7

Browse files
committed
[Java] Update main README for release.
1 parent 84d9a76 commit 29ea9f7

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
@@ -32,7 +32,7 @@ Example for Maven:
3232
<dependency>
3333
    <groupId>uk.co.real-logic</groupId>
3434
    <artifactId>sbe-all</artifactId>
35-
    <version>1.8.0</version>
35+
    <version>1.8.1</version>
3636
</dependency>
3737
```
3838

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

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

64-
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.7.10-SNAPSHOT.jar my_sbe_input.xml
64+
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.1-SNAPSHOT.jar my_sbe_input.xml
6565

6666
**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.
6767

0 commit comments

Comments
 (0)