We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54417c commit 6dcb39fCopy full SHA for 6dcb39f
1 file changed
pom.xml
@@ -41,6 +41,12 @@
41
<developerConnection>scm:git:ssh://github.com:SAP/cloud-sdk-java.git</developerConnection>
42
<url>https://github.com/SAP/cloud-sdk-java/tree/main</url>
43
</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>
50
<properties>
51
<!-- do not modify the following line, it is updated by the versioning script -->
52
<sdk.version>5.22.0-SNAPSHOT</sdk.version>
0 commit comments