From d6aad4e1d27fe565eb5c27e6cb6b32b2e4df4f3b Mon Sep 17 00:00:00 2001
From: Alok Joshi <AJoshi19@slb.com>
Date: Tue, 1 Mar 2022 10:49:18 -0600
Subject: [PATCH] change variable name

---
 docs/tutorial/DataNotification.md   | 2 +-
 pom.xml                             | 2 +-
 provider/notification-aws/pom.xml   | 2 +-
 provider/notification-azure/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/tutorial/DataNotification.md b/docs/tutorial/DataNotification.md
index 1ad5853f1..3538a17f4 100644
--- a/docs/tutorial/DataNotification.md
+++ b/docs/tutorial/DataNotification.md
@@ -67,7 +67,7 @@ A sample output is shown below. Please note the "name" of the topic. This is req
                 "id": "common:abc:123",
                 "kind": "common:petrel:regularheightfieldsurface:1.0.1",
                 "op": "update",
-                "priorKind": "common:petrel:regularheightfieldsurface:1.0.0"
+                "previousVersionKind": "common:petrel:regularheightfieldsurface:1.0.0"
             },
             ...
         ]
diff --git a/pom.xml b/pom.xml
index d0a0114d9..e077e9c49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<java.version>8</java.version>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 		<maven.compiler.source>${java.version}</maven.compiler.source>
-		<os-core-common.version>0.14.0-rc2</os-core-common.version>
+		<os-core-common.version>0.14.0-rc3</os-core-common.version>
 		<log4j2.version>2.17.1</log4j2.version>
 		<springfox.version>3.0.0</springfox.version>
 		<json-smart.version>2.4.7</json-smart.version>
diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index b5b44d843..c3b4f8875 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -37,7 +37,7 @@
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <aws.version>1.11.1018</aws.version>
         <log4j2.version>2.17.1</log4j2.version>
-        <os-core-common.version>0.14.0-rc2</os-core-common.version>
+        <os-core-common.version>0.14.0-rc3</os-core-common.version>
     </properties>
 
     <dependencyManagement>
diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml
index cc33ffdc3..4a0aae632 100644
--- a/provider/notification-azure/pom.xml
+++ b/provider/notification-azure/pom.xml
@@ -40,7 +40,7 @@
     <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version>
     <reactor.core.version>3.3.0.RELEASE</reactor.core.version>
     <osdu.corelibazure.version>0.14.0-rc2</osdu.corelibazure.version>
-    <osdu.oscorecommon.version>0.14.0-rc2</osdu.oscorecommon.version>
+    <osdu.oscorecommon.version>0.14.0-rc3</osdu.oscorecommon.version>
     <junit.version>5.6.0</junit.version>
     <jjwt.version>3.8.1</jjwt.version>
     <mockito.version>2.23.0</mockito.version>
-- 
GitLab