Rename aaa-authn-odl-plugin to netconf-auth-aaa
[netconf.git] / features / netconf / odl-aaa-netconf-plugin / pom.xml
index 7acdaed0a2bc2331bf996d2f5402b305369ec602..ff8d83ad7fd7367d357eca14f48b843cc2236528 100644 (file)
@@ -18,7 +18,7 @@
 
     <artifactId>odl-aaa-netconf-plugin</artifactId>
     <packaging>feature</packaging>
-    <name>OpenDaylight :: AAA :: ODL NETCONF Plugin</name>
+    <name>OpenDaylight :: Netconf :: AAA Authorization Plugin</name>
 
     <dependencies>
         <dependency>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>aaa-authn-odl-plugin</artifactId>
+            <artifactId>netconf-auth</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>netconf-auth</artifactId>
+            <artifactId>netconf-auth-aaa</artifactId>
         </dependency>
     </dependencies>
 </project>