Skip to content

Commit 4aee5df

Browse files
honnixclaude
andauthored
chore: use centralSnapshotsUrl instead of distributionManagement (#328)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4ac6a76 commit 4aee5df

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

flytekit-bom/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
<url>https://github.com/flyteorg/flytekit-java</url>
5353
</scm>
5454

55-
<distributionManagement>
56-
<snapshotRepository>
57-
<id>central</id>
58-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
59-
</snapshotRepository>
60-
</distributionManagement>
61-
6255
<dependencyManagement>
6356
<dependencies>
6457
<dependency>
@@ -288,6 +281,7 @@
288281
<extensions>true</extensions>
289282
<configuration>
290283
<publishingServerId>central</publishingServerId>
284+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
291285
<autoPublish>true</autoPublish>
292286
<waitUntil>published</waitUntil>
293287
</configuration>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@
7373
<url>https://github.com/flyteorg/flytekit-java</url>
7474
</scm>
7575

76-
<distributionManagement>
77-
<snapshotRepository>
78-
<id>central</id>
79-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
80-
</snapshotRepository>
81-
</distributionManagement>
82-
8376
<properties>
8477
<!-- note that we can not go beyond this version
8578
After https://github.com/google/auto/commit/965e8932814ba79804ff8977ad346837df8c9c35#diff-c28f0ce6609b34aeb32ffc9d26613371c57ecf07d96c97ac7c6ed8ee51f16697,
@@ -842,6 +835,7 @@
842835
<extensions>true</extensions>
843836
<configuration>
844837
<publishingServerId>central</publishingServerId>
838+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
845839
<autoPublish>true</autoPublish>
846840
<waitUntil>published</waitUntil>
847841
</configuration>

0 commit comments

Comments
 (0)