Skip to content

Commit 6389e1f

Browse files
committed
plugin management
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent ae64fe3 commit 6389e1f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,16 @@
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>

prometheus-metrics-exporter-opentelemetry/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
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>

prometheus-metrics-exposition-formats/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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>
@@ -85,7 +84,6 @@
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>

0 commit comments

Comments
 (0)