summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 09:45:02 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 09:45:02 +0200
commit6b3af5524f36296c550465a1339341f24d385bfe (patch)
tree53e0857eecbe5ef9e17a741c04517cbd0ba17a68 /README.md
parentf192d3f5f9c7406951d5c60f4d1e8bd4389555da (diff)
Release version 1.0.11.0.1
Amp-Thread-ID: https://ampcode.com/threads/T-019d2915-3f8e-7747-9223-8685d73bad67 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 36de8e2..8b1411e 100644
--- a/README.md
+++ b/README.md
@@ -100,9 +100,9 @@ cat target/surefire-reports/*.txt
After building, you'll find:
-- `target/ds-sim-1.0.1-SNAPSHOT.jar` - Executable JAR with all dependencies
+- `target/ds-sim-1.0.1.jar` - Executable JAR with all dependencies
- `target/classes/` - Compiled class files
-- `target/original-ds-sim-1.0.1-SNAPSHOT.jar` - JAR without dependencies
+- `target/original-ds-sim-1.0.1.jar` - JAR without dependencies
## Running the Application
@@ -139,7 +139,7 @@ mvn compile
mvn test
# 4. Build and test the application
-mvn package && java -jar target/ds-sim-1.0.1-SNAPSHOT.jar
+mvn package && java -jar target/ds-sim-1.0.1.jar
# 5. Clean up when done
mvn clean