File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
prometheus-metrics-exporter-opentelemetry
prometheus-metrics-exposition-formats Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 208208 <artifactId >maven-enforcer-plugin</artifactId >
209209 <version >3.5.0</version >
210210 </plugin >
211+ <plugin >
212+ <groupId >org.codehaus.mojo</groupId >
213+ <artifactId >build-helper-maven-plugin</artifactId >
214+ <version >3.6.0</version >
215+ </plugin >
216+ <plugin >
217+ <groupId >org.codehaus.mojo</groupId >
218+ <artifactId >exec-maven-plugin</artifactId >
219+ <version >3.5.0</version >
220+ </plugin >
211221 <plugin >
212222 <groupId >com.diffplug.spotless</groupId >
213223 <artifactId >spotless-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 112112 <plugin >
113113 <groupId >org.codehaus.mojo</groupId >
114114 <artifactId >build-helper-maven-plugin</artifactId >
115- <version >3.6.0</version >
116115 <executions >
117116 <execution >
118117 <id >regex-property</id >
Original file line number Diff line number Diff line change 4040 <plugin >
4141 <groupId >org.codehaus.mojo</groupId >
4242 <artifactId >build-helper-maven-plugin</artifactId >
43- <version >3.6.0</version >
4443 <executions >
4544 <execution >
4645 <id >regex-property</id >
8584 <plugin >
8685 <artifactId >exec-maven-plugin</artifactId >
8786 <groupId >org.codehaus.mojo</groupId >
88- <version >3.5.0</version >
8987 <executions >
9088 <execution >
9189 <id >Generate Protobuf</id >
You can’t perform that action at this time.
0 commit comments