Skip to content

Commit 8604c4d

Browse files
committed
troubleshoot validation
1 parent 17a2f20 commit 8604c4d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

cloudplatform/caching/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
66
<artifactId>cloudplatform-parent</artifactId>
77
<version>5.21.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<artifactId>caching</artifactId>
1011
<name>Business Technology Platform - Caching</name>
@@ -34,7 +35,7 @@
3435
<url>https://github.com/SAP/cloud-sdk-java/tree/main</url>
3536
</scm>
3637
<properties>
37-
<x-sap-release-maturity>Stable</x-sap-release-maturity>
38+
<project.rootdir>${project.basedir}/../../</project.rootdir>
3839
</properties>
3940
<dependencies>
4041
<dependency>

cloudplatform/cloudplatform-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
66
<artifactId>cloudplatform-parent</artifactId>
77
<version>5.21.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<artifactId>cloudplatform-core</artifactId>
1011
<name>Cloud Platform - Core</name>
@@ -34,7 +35,7 @@
3435
<url>https://github.com/SAP/cloud-sdk-java/tree/main</url>
3536
</scm>
3637
<properties>
37-
<x-sap-release-maturity>Stable</x-sap-release-maturity>
38+
<project.rootdir>${project.basedir}/../../</project.rootdir>
3839
</properties>
3940
<dependencies>
4041
<dependency>

cloudplatform/security/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
66
<artifactId>cloudplatform-parent</artifactId>
77
<version>5.21.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<artifactId>security</artifactId>
1011
<name>Business Technology Platform - Security</name>
@@ -34,7 +35,7 @@
3435
<url>https://github.com/SAP/cloud-sdk-java/tree/main</url>
3536
</scm>
3637
<properties>
37-
<x-sap-release-maturity>Stable</x-sap-release-maturity>
38+
<project.rootdir>${project.basedir}/../../</project.rootdir>
3839
</properties>
3940
<dependencies>
4041
<dependency>

cloudplatform/tenant/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
66
<artifactId>cloudplatform-parent</artifactId>
77
<version>5.21.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<artifactId>tenant</artifactId>
1011
<name>Cloud Platform - Tenant</name>
@@ -34,7 +35,7 @@
3435
<url>https://github.com/SAP/cloud-sdk-java/tree/main</url>
3536
</scm>
3637
<properties>
37-
<x-sap-release-maturity>Stable</x-sap-release-maturity>
38+
<project.rootdir>${project.basedir}/../../</project.rootdir>
3839
</properties>
3940
<dependencies>
4041
<dependency>

0 commit comments

Comments
 (0)