Skip to content
Snippets Groups Projects
Commit d6aad4e1 authored by Alok Joshi's avatar Alok Joshi
Browse files

change variable name

parent 6ed2c705
No related branches found
No related tags found
3 merge requests!232Update os-core-lib-azure,!231initial commit,!190update notification readme and core-common version
Pipeline #96605 passed with warnings
......@@ -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"
},
...
]
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment