File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
prometheus-metrics-exporter-opentelemetry-shaded
prometheus-metrics-exposition-formats-shaded
prometheus-metrics-instrumentation-dropwizard Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ tools.java = "graalvm-22.3.3+java17"
4242run = " ../../mvnw test -PnativeTest"
4343dir = " integration-tests/it-spring-boot-smoke-test"
4444
45+ [tasks .set-version ]
46+ run = ' mvn versions:set -DnewVersion={{arg(name="version")}}'
47+
4548[settings ]
4649# to get lock file support and for go backend
4750experimental = true
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.prometheus</groupId >
88 <artifactId >client_java</artifactId >
9- <version >10.0 .0-SNAPSHOT</version >
9+ <version >1.4 .0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >prometheus-metrics-exporter-opentelemetry</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.prometheus</groupId >
99 <artifactId >client_java</artifactId >
10- <version >10.0 .0-SNAPSHOT</version >
10+ <version >1.4 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >prometheus-metrics-exposition-formats</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.prometheus</groupId >
77 <artifactId >client_java</artifactId >
8- <version >10.0 .0-SNAPSHOT</version >
8+ <version >1.4 .0-SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >prometheus-metrics-instrumentation-dropwizard</artifactId >
You can’t perform that action at this time.
0 commit comments