We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dbd63 commit a3e9985Copy full SHA for a3e9985
.github/workflows/perform-release.yml
@@ -76,7 +76,6 @@ jobs:
76
distribution: "sapmachine"
77
java-version: ${{ env.JAVA_VERSION }}
78
server-id: central
79
- maven-version: '3.9.9'
80
81
- name: "Download Release Asset"
82
id: download-asset
cloudplatform/pom.xml
@@ -5,6 +5,7 @@
5
<groupId>com.sap.cloud.sdk</groupId>
6
<artifactId>sdk-parent</artifactId>
7
<version>5.21.0-SNAPSHOT</version>
8
+ <relativePath>../pom.xml</relativePath>
9
</parent>
10
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
11
<artifactId>cloudplatform-parent</artifactId>
0 commit comments