diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 16:29:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 16:29:46 +0200 |
| commit | ea9f2cde50fe92e6df5e44c0b21baededfc54bfc (patch) | |
| tree | d3b3631fadf46ff8fda4ab99381d2e557d09a690 /docs | |
| parent | 724e56b83bfa65cd2e870c54de1d83eec012f165 (diff) | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/build-fixes-summary.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/build-fixes-summary.md b/docs/build-fixes-summary.md index a05e2f7..82e14e8 100644 --- a/docs/build-fixes-summary.md +++ b/docs/build-fixes-summary.md @@ -48,8 +48,8 @@ BUILD SUCCESS ``` ## Created Files -- `target/ds-sim-1.0.1.jar` (3.9 MB) - Shaded JAR with all dependencies -- `target/original-ds-sim-1.0.1.jar` (771 KB) - Original JAR without dependencies +- `target/ds-sim-1.1.0.jar` (3.9 MB) - Shaded JAR with all dependencies +- `target/original-ds-sim-1.1.0.jar` (771 KB) - Original JAR without dependencies ## Running Tests @@ -71,4 +71,4 @@ mvn test -Dtest="**/testing/**/*Test" ## Notes - Protocol simulation tests that require GUI components are excluded from default test runs - These tests can still be run manually in a GUI environment -- The build is now suitable for CI/CD pipelines
\ No newline at end of file +- The build is now suitable for CI/CD pipelines |
