diff options
author | Dan Timoney <dtimoney@att.com> | 2024-05-31 10:42:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-05-31 10:42:07 -0400 |
commit | 642a9625a4cd298c7d95c351be3c6d868e51e7f8 (patch) | |
tree | 2253fba975431cb58b381893976c2fa94bbc7412 /sdnr | |
parent | b0ca28015c0b9801e4865fab1078efd002959787 (diff) |
Fix installed-odl-bom version
Update montreal branch with correct installed-odl-bom version
Issue-ID: CCSDK-4004
Change-Id: Id8e354db3599be46879d4e8f59f85bb58f0e283e
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr')
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index 011b420e9..f49244d66 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>installed-odl-bom</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.6.1</version> <type>pom</type> <scope>import</scope> </dependency> |