Skip to content
Snippets Groups Projects
Commit e6bd76b5 authored by Sören Henning's avatar Sören Henning
Browse files

Fix version in Readme

parent 0c8bbf27
No related branches found
No related tags found
No related merge requests found
Pipeline #5860 passed
......@@ -29,7 +29,7 @@ The application can be packaged using:
./gradlew build
```
It produces the `theodolite-1.0.0-SNAPSHOT-runner.jar` file in the `/build` directory. Be aware that it’s not
It produces the `theodolite-0.6.0-SNAPSHOT-runner.jar` file in the `/build` directory. Be aware that it’s not
an _über-jar_ as the dependencies are copied into the `build/lib` directory.
If you want to build an _über-jar_, execute the following command:
......@@ -38,7 +38,7 @@ If you want to build an _über-jar_, execute the following command:
./gradlew build -Dquarkus.package.type=uber-jar
```
The application is now runnable using `java -jar build/theodolite-1.0.0-SNAPSHOT-runner.jar`.
The application is now runnable using `java -jar build/theodolite-0.6.0-SNAPSHOT-runner.jar`.
## Creating a native executable
......@@ -57,7 +57,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
```
You can then execute your native executable with:
```./build/theodolite-1.0.0-SNAPSHOT-runner```
```./build/theodolite-0.6.0-SNAPSHOT-runner```
If you want to learn more about building native executables, please consult <https://quarkus.io/guides/gradle-tooling>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment