Rename restconf-binding-parent -> restconf-parent 69/70169/3
authorJakub Morvay <jmorvay@frinx.io>
Wed, 28 Mar 2018 21:30:43 +0000 (23:30 +0200)
committerJakub Morvay <jmorvay@frinx.io>
Thu, 29 Mar 2018 07:40:01 +0000 (09:40 +0200)
This unifies the parent names across netconf project.

Change-Id: Ic4f75b6de44d0a85e499e8a13f5cff2be570ba67
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
12 files changed:
restconf/pom.xml
restconf/restconf-common-models/pom.xml
restconf/restconf-common/pom.xml
restconf/restconf-models/ietf-restconf-monitoring/pom.xml
restconf/restconf-models/ietf-restconf/pom.xml
restconf/restconf-models/ietf-yang-library/pom.xml
restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-rfc8040/pom.xml
restconf/restconf-parent/pom.xml [moved from restconf/restconf-binding-parent/pom.xml with 98% similarity]
restconf/sal-rest-docgen-maven/pom.xml
restconf/sal-rest-docgen/pom.xml
restconf/sal-restconf-broker/pom.xml

index 1c59a4b0a9444f407cfc504327802111c59a633f..e12e5e2ca2de29e598c3364f7ce32a925a919069 100644 (file)
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-parent</artifactId>
+    <artifactId>restconf-subsystem</artifactId>
     <version>1.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <modules>
-        <module>restconf-binding-parent</module>
+        <module>restconf-parent</module>
         <module>restconf-artifacts</module>
         <module>restconf-models</module>
         <module>restconf-common-models</module>
index 1a43e381527d257280f079a35ffd247e98305dc0..1d7a42134e4856f10557f3fd8bf6524bc026da3f 100644 (file)
@@ -13,9 +13,9 @@
 
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-binding-parent</artifactId>
+    <artifactId>restconf-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-binding-parent</relativePath>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
index 5cdbd8963e1407dd386e23dd7bc25fcc096dd11b..ccbeb2dd1a4b44b90600a6a2b3e973b7f041a8fb 100644 (file)
@@ -13,9 +13,9 @@
 
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-binding-parent</artifactId>
+    <artifactId>restconf-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-binding-parent</relativePath>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
index eb7849d8036df2f069e1bc7222c687e97a9a8ca5..6cb76000b4979295aad35791e2d6d494b97c767a 100644 (file)
@@ -12,9 +12,9 @@
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-binding-parent</artifactId>
+        <artifactId>restconf-parent</artifactId>
         <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../../restconf-binding-parent</relativePath>
+        <relativePath>../../restconf-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
index d4bcdb4e8081219e037884621a9bdf0548eac663..1b01b55f23467a82c901bba27e84db9126524f67 100644 (file)
@@ -12,9 +12,9 @@
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-binding-parent</artifactId>
+        <artifactId>restconf-parent</artifactId>
         <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../../restconf-binding-parent</relativePath>
+        <relativePath>../../restconf-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
index a50ed299a28d0fc62a64780875d01d5633827cfa..285d35af58edab10a2e8fa24f74831ecf625269a 100644 (file)
@@ -12,9 +12,9 @@
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-binding-parent</artifactId>
+        <artifactId>restconf-parent</artifactId>
         <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../../restconf-binding-parent</relativePath>
+        <relativePath>../../restconf-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
index cadda6787beddaa91791e9a40c78d43c4f02a8f8..f10ee72d51f10b01a7fbbb584e2849c0d6fc033f 100644 (file)
@@ -10,9 +10,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-binding-parent</artifactId>
+    <artifactId>restconf-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-binding-parent</relativePath>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
index 1ee8149e242e17415ae807ea7d2e6d07ffd73df2..a820477b600edc53f4b06d219f880dbca77e03f9 100644 (file)
@@ -12,9 +12,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-binding-parent</artifactId>
+    <artifactId>restconf-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-binding-parent</relativePath>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
similarity index 98%
rename from restconf/restconf-binding-parent/pom.xml
rename to restconf/restconf-parent/pom.xml
index 8b7279ae087affb36a7e10cfa11c6c4ee7afd22d..11febca35ed50778f8b6d837307ea1bfe996e243 100644 (file)
@@ -16,7 +16,7 @@
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
-  <artifactId>restconf-binding-parent</artifactId>
+  <artifactId>restconf-parent</artifactId>
   <version>1.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
index f6b388131c4bea9d9517b4a94df6578c7ec28ac0..6e952dceac213a349a233e807d414952c5093a1b 100644 (file)
@@ -11,9 +11,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-binding-parent</artifactId>
+        <artifactId>restconf-parent</artifactId>
         <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../restconf-binding-parent</relativePath>
+        <relativePath>../restconf-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
index af26bbfd3521e835f167fac1f6c348d0ce59b4c3..a3086cf765f86aa9f3c95f089f99f97a77570082 100644 (file)
@@ -10,9 +10,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-binding-parent</artifactId>
+    <artifactId>restconf-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-binding-parent</relativePath>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
index ec985b025bc69967e9d978c99d791ff755d8491b..016742b1b5f669f8c303b8c2c033797a4972332e 100644 (file)
@@ -3,9 +3,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-binding-parent</artifactId>
+    <artifactId>restconf-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-binding-parent</relativePath>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
 
   <artifactId>sal-restconf-broker</artifactId>