diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-25 15:49:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-25 15:49:16 +0000 |
commit | 3bb87eb14a329933bdc4f666ac696b6cb22736be (patch) | |
tree | 92851e6a3ec936110baf5edbd886a7c845c54b91 /northbound/dataChange | |
parent | 4a2962b60486dfa9dc2736342da69f12660f0005 (diff) | |
parent | de63cbb97a9f751f8856647dbf81eb632420cd9d (diff) |
Merge "Migrate sli to sulfur sr1"
Diffstat (limited to 'northbound/dataChange')
-rwxr-xr-x | northbound/dataChange/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 09549305f..05fd0c410 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index cf98c86c3..f027527b8 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 5900c3c78..4c3a50103 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index ceb937eac..d1ceb606a 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> |