From 435e3006679236e1fedb968a552367bed1a0cc1a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 29 Jan 2024 13:40:12 +0100 Subject: [PATCH] Rename odl-netconf-netty-util A better name is odl-netconf-common, let's use that. Change-Id: Ia40a3f63291d05a1e0aa1f7a9754b8935a0c73ab Signed-off-by: Robert Varga --- artifacts/pom.xml | 14 +++++++------- features/features-netconf/pom.xml | 12 ++++++------ features/odl-netconf-all/pom.xml | 8 ++++---- features/odl-netconf-client/pom.xml | 2 +- .../pom.xml | 9 +++++++-- .../src/main/feature/feature.xml | 4 ++-- features/odl-netconf-impl/pom.xml | 4 ++-- features/pom.xml | 2 +- 8 files changed, 30 insertions(+), 25 deletions(-) rename features/{odl-netconf-netty-util => odl-netconf-common}/pom.xml (86%) rename features/{odl-netconf-netty-util => odl-netconf-common}/src/main/feature/feature.xml (60%) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 78bb91e23e..4de9473ea2 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -382,6 +382,13 @@ xml features + + ${project.groupId} + odl-netconf-common + ${project.version} + xml + features + ${project.groupId} odl-netconf-impl @@ -480,13 +487,6 @@ xml features - - ${project.groupId} - odl-netconf-netty-util - ${project.version} - xml - features - ${project.groupId} odl-netconf-util diff --git a/features/features-netconf/pom.xml b/features/features-netconf/pom.xml index dcde600c44..4f90559562 100644 --- a/features/features-netconf/pom.xml +++ b/features/features-netconf/pom.xml @@ -58,6 +58,12 @@ xml features + + org.opendaylight.netconf + odl-netconf-common + xml + features + org.opendaylight.netconf odl-netconf-impl @@ -136,12 +142,6 @@ xml features - - org.opendaylight.netconf - odl-netconf-netty-util - xml - features - org.opendaylight.netconf odl-netconf-util diff --git a/features/odl-netconf-all/pom.xml b/features/odl-netconf-all/pom.xml index cd4d344b08..80f5e6a817 100644 --- a/features/odl-netconf-all/pom.xml +++ b/features/odl-netconf-all/pom.xml @@ -29,25 +29,25 @@ org.opendaylight.netconf - odl-netconf-util + odl-netconf-client xml features org.opendaylight.netconf - odl-netconf-impl + odl-netconf-common xml features org.opendaylight.netconf - odl-netconf-netty-util + odl-netconf-impl xml features org.opendaylight.netconf - odl-netconf-client + odl-netconf-util xml features diff --git a/features/odl-netconf-client/pom.xml b/features/odl-netconf-client/pom.xml index 579f3d85e4..d6efdfb752 100644 --- a/features/odl-netconf-client/pom.xml +++ b/features/odl-netconf-client/pom.xml @@ -22,7 +22,7 @@ org.opendaylight.netconf - odl-netconf-netty-util + odl-netconf-common xml features diff --git a/features/odl-netconf-netty-util/pom.xml b/features/odl-netconf-common/pom.xml similarity index 86% rename from features/odl-netconf-netty-util/pom.xml rename to features/odl-netconf-common/pom.xml index c86bdc8b0b..30b751f691 100644 --- a/features/odl-netconf-netty-util/pom.xml +++ b/features/odl-netconf-common/pom.xml @@ -16,9 +16,10 @@ ../parent - odl-netconf-netty-util + odl-netconf-common feature - OpenDaylight :: Netconf :: Netty Util + OpenDaylight :: Netconf :: Netconf Common + Shared NETCONF components @@ -48,6 +49,10 @@ xml features + + org.opendaylight.netconf + netconf-common + org.opendaylight.netconf netconf-netty-util diff --git a/features/odl-netconf-netty-util/src/main/feature/feature.xml b/features/odl-netconf-common/src/main/feature/feature.xml similarity index 60% rename from features/odl-netconf-netty-util/src/main/feature/feature.xml rename to features/odl-netconf-common/src/main/feature/feature.xml index 89114aa39a..09a02ba7d1 100644 --- a/features/odl-netconf-netty-util/src/main/feature/feature.xml +++ b/features/odl-netconf-common/src/main/feature/feature.xml @@ -1,6 +1,6 @@ - - + + odl-netty-4 diff --git a/features/odl-netconf-impl/pom.xml b/features/odl-netconf-impl/pom.xml index 9195ae7a76..628b18f915 100644 --- a/features/odl-netconf-impl/pom.xml +++ b/features/odl-netconf-impl/pom.xml @@ -29,13 +29,13 @@ org.opendaylight.netconf - odl-netconf-util + odl-netconf-common xml features org.opendaylight.netconf - odl-netconf-netty-util + odl-netconf-util xml features diff --git a/features/pom.xml b/features/pom.xml index 8780412280..57b102597e 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -50,13 +50,13 @@ odl-netconf-callhome-ssh odl-netconf-client odl-netconf-clustered-topology + odl-netconf-common odl-netconf-connector-all odl-netconf-connector odl-netconf-console odl-netconf-impl odl-netconf-keystore odl-netconf-mdsal - odl-netconf-netty-util odl-netconf-ssh odl-netconf-test-tools odl-netconf-topology -- 2.36.6