aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-05-31 10:42:07 -0400
committerDan Timoney <dtimoney@att.com>2024-05-31 10:42:07 -0400
commit642a9625a4cd298c7d95c351be3c6d868e51e7f8 (patch)
tree2253fba975431cb58b381893976c2fa94bbc7412
parentb0ca28015c0b9801e4865fab1078efd002959787 (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>
-rwxr-xr-xsdnr/wt/data-provider/installer/pom.xml2
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>