File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 77### Changes
88
99### Bugs fixed
10-
10+
11+ ## 1.12.42-1 (25-09-2025)
12+
13+ ### New Features
14+
15+ - Allow for multiple instrumentation prefixes properties useful for plugins
16+
17+ ### Changes
18+
19+ ### Bugs fixed
20+
1121## 1.11.132-9 (13-03-2024)
1222
1323### New Features
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ export MAVEN_OPTS="${MAVEN_OPTS} --add-opens java.base/java.util=ALL-UNNAMED"
2828# if the tag is v0.0.1).
2929MAJOR=" 1"
3030MINOR=" 12"
31- REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
31+ REVISION=" 42"
32+ PATCH=" 1"
33+ # REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
3234
3335# Extract the version number from the string.
3436# REVISION_REGEX="v[0-9]*\.[0-9]*-([0-9]*)-.*"
You can’t perform that action at this time.
0 commit comments