Skip to content

Commit 6dcb39f

Browse files
fix: Add distributionManagement to fix snapshot release
1 parent b54417c commit 6dcb39f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<developerConnection>scm:git:ssh://github.com:SAP/cloud-sdk-java.git</developerConnection>
4242
<url>https://github.com/SAP/cloud-sdk-java/tree/main</url>
4343
</scm>
44+
<distributionManagement>
45+
<snapshotRepository>
46+
<id>artifactory-snapshots</id>
47+
<url>https://common.repositories.cloud.sap/artifactory/build-snapshots-cloudsdk</url>
48+
</snapshotRepository>
49+
</distributionManagement>
4450
<properties>
4551
<!-- do not modify the following line, it is updated by the versioning script -->
4652
<sdk.version>5.22.0-SNAPSHOT</sdk.version>

0 commit comments

Comments
 (0)