Skip to content

Commit 5c2484c

Browse files
cpovirkCompile-Testing Team
authored andcommitted
Remove <groupId>org.apache.maven.plugins</groupId>.
It is [the default for plugins](https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Introduction). RELNOTES=n/a PiperOrigin-RevId: 793718324
1 parent f74b3d0 commit 5c2484c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
<version>3.21.0</version>
143143
</plugin>
144144
<plugin>
145-
<groupId>org.apache.maven.plugins</groupId>
146145
<artifactId>maven-surefire-plugin</artifactId>
147146
<version>3.5.3</version>
148147
<configuration>
@@ -199,7 +198,6 @@
199198
<build>
200199
<plugins>
201200
<plugin>
202-
<groupId>org.apache.maven.plugins</groupId>
203201
<artifactId>maven-gpg-plugin</artifactId>
204202
<version>3.2.8</version>
205203
<executions>
@@ -211,7 +209,6 @@
211209
</executions>
212210
</plugin>
213211
<plugin>
214-
<groupId>org.apache.maven.plugins</groupId>
215212
<artifactId>maven-source-plugin</artifactId>
216213
<version>3.3.1</version>
217214
<executions>
@@ -222,7 +219,6 @@
222219
</executions>
223220
</plugin>
224221
<plugin>
225-
<groupId>org.apache.maven.plugins</groupId>
226222
<artifactId>maven-javadoc-plugin</artifactId>
227223
<version>3.11.2</version>
228224
<executions>

0 commit comments

Comments
 (0)