diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:37:02 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-02 12:37:02 -0500 |
commit | dc10cbe1d24ad857be6bf6ab9bed918219eb89f0 (patch) | |
tree | bd9c87868d804fb814eba404da3c7c96f555cd00 /sdnr/northbound/a1Adapter/model/pom.xml | |
parent | 03c25f06baef3d96cf888363dc26b09695337c8e (diff) |
Use 1.5.1-SNAPSHOT version of parent pom
Fixed version of parent pom to use snapshot version
Change-Id: Ia43d59fcdc3d85302ea1d043defa261b9007ca3e
Issue-ID: CCSDK-1935
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound/a1Adapter/model/pom.xml')
-rw-r--r-- | sdnr/northbound/a1Adapter/model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/a1Adapter/model/pom.xml b/sdnr/northbound/a1Adapter/model/pom.xml index 3922961e0..e9c809773 100644 --- a/sdnr/northbound/a1Adapter/model/pom.xml +++ b/sdnr/northbound/a1Adapter/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.0</version> + <version>1.5.1-SNAPSHOT</version> <relativePath/> </parent> |