Skip to content

Commit

Permalink
Fixed wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Dec 28, 2023
1 parent 7ee8997 commit 4ed902e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quarkus/command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Make sure you installed everything as described [here](../../../../).
```
4. Run the microservice
```
./target/cqrs4j-quarkus-example-command-2.0-runner \
./target/cqrs4j-quarkus-example-command-0.2.0-runner \
-Djava.library.path=$GRAALVM_HOME/jre/lib/amd64 \
-Djavax.net.ssl.trustStore=$GRAALVM_HOME/jre/lib/security/cacerts
```
Expand Down
2 changes: 1 addition & 1 deletion quarkus/query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mariadb:10.4
```
4. Run the microservice
```
./target/cqrs4j-quarkus-example-query-2.0-runner \
./target/cqrs4j-quarkus-example-query-0.2.0-runner \
-Djava.library.path=$GRAALVM_HOME/jre/lib/amd64 \
-Djavax.net.ssl.trustStore=$GRAALVM_HOME/jre/lib/security/cacerts
```
Expand Down

0 comments on commit 4ed902e

Please sign in to comment.