Skip to content

Commit 81701de

Browse files
cushonError Prone Team
authored andcommitted
Automated rollback of commit d4c627a.
*** Reason for rollback *** Restore and update distributionManagement entries *** Original change description *** Remove obsolete `distributionManagement` entries I think the defaults should configure https://central.sonatype.com/repository/maven-snapshots/, see https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-with-the-central-publishing-maven-plugin *** PiperOrigin-RevId: 781078449
1 parent 706e67a commit 81701de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@
319319
</plugins>
320320
</build>
321321

322+
<distributionManagement>
323+
<snapshotRepository>
324+
<id>sonatype-nexus-snapshots</id>
325+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
326+
</snapshotRepository>
327+
</distributionManagement>
328+
322329
<profiles>
323330
<profile>
324331
<id>release</id>

0 commit comments

Comments
 (0)