Skip to content

Commit 47b7e9e

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Don't bother to explicitly set [publishingServerId](https://central.sonatype.org/publish/publish-portal-maven/#publishingserverid) to its default value.
RELNOTES=n/a PiperOrigin-RevId: 799337152
1 parent 9e793c8 commit 47b7e9e

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

android/guava-bom/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
<artifactId>central-publishing-maven-plugin</artifactId>
6262
<version>0.8.0</version>
6363
<extensions>true</extensions>
64-
<configuration>
65-
<publishingServerId>central</publishingServerId>
66-
</configuration>
6764
</plugin>
6865
</plugins>
6966
</build>

android/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,6 @@
488488
<artifactId>central-publishing-maven-plugin</artifactId>
489489
<version>0.8.0</version>
490490
<extensions>true</extensions>
491-
<configuration>
492-
<publishingServerId>central</publishingServerId>
493-
</configuration>
494491
</plugin>
495492
</plugins>
496493
</build>

guava-bom/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
<artifactId>central-publishing-maven-plugin</artifactId>
6767
<version>0.8.0</version>
6868
<extensions>true</extensions>
69-
<configuration>
70-
<publishingServerId>central</publishingServerId>
71-
</configuration>
7269
</plugin>
7370
</plugins>
7471
</build>

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,6 @@
483483
<artifactId>central-publishing-maven-plugin</artifactId>
484484
<version>0.8.0</version>
485485
<extensions>true</extensions>
486-
<configuration>
487-
<publishingServerId>central</publishingServerId>
488-
</configuration>
489486
</plugin>
490487
</plugins>
491488
</build>

0 commit comments

Comments
 (0)