diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2023-01-04 15:45:22 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 17:48:45 +0000 |
commit | 7af1cbec0a8cf3259e9de3d705c05a89ddc6ba24 (patch) | |
tree | c9e21427b6bcbab4a6ff04b83ec6c1a50e329bd2 /tools/migrateOdlParents.py | |
parent | 3e62ff8cff9edba9fd3810742e91b7bd488d29ba (diff) |
update parents to chlorine
update parent poms to odl chlorine sr1
Issue-ID: CCSDK-3831
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I9fa4c61d3dd0a2efc6313fc505b5b4d43977abca
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'tools/migrateOdlParents.py')
-rwxr-xr-x | tools/migrateOdlParents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/migrateOdlParents.py b/tools/migrateOdlParents.py index e608c779..a7175b8b 100755 --- a/tools/migrateOdlParents.py +++ b/tools/migrateOdlParents.py @@ -164,7 +164,7 @@ class OdlParentMigrator: bgpVersion = self.getMvnRepoVersion('org.opendaylight.bgpcep','topology-api') controllerVersion = self.getMvnRepoVersion('org.opendaylight.controller', 'blueprint') mdsalVersion=self.getMvnRepoVersion('org.opendaylight.mdsal','mdsal-binding-api') - netconfVersion = self.getMvnRepoVersion('org.opendaylight.netconf','ietf-netconf') + netconfVersion = self.getMvnRepoVersion('org.opendaylight.netconf','netconf-impl') pomFile = PomFile(os.path.abspath(self.parentPath+'/dependencies-odl-bom/pom.xml')) x = pomFile.setXmlValue('/project/dependencyManagement/dependencies/dependency[artifactId=bgp-artifacts]/version',bgpVersion) |