Changing parent pom version in JDBC Implementation
Entitlements-v2-jdbc is pointing to 0.10.0-SNAPSHOT version for parent pom which is causing build failures in ADO pipelines, changing to 0.11.0-SNAPSHOT
<parent>
<groupId>org.opengroup.osdu.entitlements.v2</groupId>
<artifactId>entitlements-v2-service</artifactId>
<version>0.10.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Edited by harshit aggarwal