Skip to content

Commit 3a93577

Browse files
authored
Update README.md
1 parent fb2bb63 commit 3a93577

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
@@ -30,7 +30,7 @@ Example for Maven:
3030
<dependency>
3131
    <groupId>uk.co.real-logic</groupId>
3232
    <artifactId>sbe-all</artifactId>
33-
    <version>1.7.3</version>
33+
    <version>1.7.4</version>
3434
</dependency>
3535
```
3636

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

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

77-
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.0-SNAPSHOT.jar my_sbe_input.xml
77+
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.4-SNAPSHOT.jar my_sbe_input.xml
7878

7979
**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.
8080

0 commit comments

Comments
 (0)