BUG-8356: Rename features4-extras 90/56790/1
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Tue, 9 May 2017 11:33:30 +0000 (13:33 +0200)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Wed, 10 May 2017 13:39:35 +0000 (15:39 +0200)
Rename features4-extras which colides
with controller features4-extras, making
SingleFeatureTest for repos/index fail.

Change-Id: I04c693f853178e08a15eaa5435310659f66ee061
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
artifacts/pom.xml
features/bgpcep-extras/features-extras/pom.xml [moved from features/extras/features-extras/pom.xml with 100% similarity]
features/bgpcep-extras/features-extras/src/main/features/features.xml [moved from features/extras/features-extras/src/main/features/features.xml with 100% similarity]
features/bgpcep-extras/features4-bgpcep-extras/pom.xml [moved from features/extras/features4-extras/pom.xml with 97% similarity]
features/bgpcep-extras/odl-bgpcep-data-change-counter/pom.xml [moved from features/extras/odl-bgpcep-data-change-counter/pom.xml with 100% similarity]
features/bgpcep-extras/odl-bgpcep-data-change-counter/src/main/feature/feature.xml [moved from features/extras/odl-bgpcep-data-change-counter/src/main/feature/feature.xml with 100% similarity]
features/bgpcep-extras/odl-bgpcep-extras-dependencies/pom.xml [moved from features/extras/odl-bgpcep-extras-dependencies/pom.xml with 100% similarity]
features/bgpcep-extras/pom.xml [moved from features/extras/pom.xml with 93% similarity]
features/pom.xml

index 9efe02146cff8e4ac937d4661ad5e5dd8a6a0dd8..98fd7b690b0873a08acbccbae0c118f28bfa9679 100644 (file)
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>features4-extras</artifactId>
+                <artifactId>features4-bgpcep-extras</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
                 <version>${project.version}</version>
similarity index 97%
rename from features/extras/features4-extras/pom.xml
rename to features/bgpcep-extras/features4-bgpcep-extras/pom.xml
index f56d70d1445f5b964913e5edddf98fd6ef05358c..6a3e7ce57d6a6540801d5ea9cc7818e085ae22f2 100644 (file)
@@ -11,7 +11,7 @@
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
-    <artifactId>features4-extras</artifactId>
+    <artifactId>features4-bgpcep-extras</artifactId>
     <version>0.8.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
similarity index 93%
rename from features/extras/pom.xml
rename to features/bgpcep-extras/pom.xml
index d4bc4ddfe95351fb97676d4268d213be81f194bb..59e19a0aedec019975e6589453cbe90215080865 100644 (file)
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
-    <artifactId>features-aggregator-extras</artifactId>
+    <artifactId>features-aggregator-bgpcep-extras</artifactId>
     <version>0.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>features-extras</module>
-        <module>features4-extras</module>
+        <module>features4-bgpcep-extras</module>
         <module>odl-bgpcep-extras-dependencies</module>
         <module>odl-bgpcep-data-change-counter</module>
     </modules>
index 17298514104933d33b81169ce9aff42fa90153f1..bed1ba67d2a5566dfe1deaea99a50b7cdb7d59dc 100644 (file)
@@ -16,7 +16,7 @@
   <modules>
     <module>bgp</module>
     <module>pcep</module>
-    <module>extras</module>
+    <module>bgpcep-extras</module>
     <module>bmp</module>
     <module>rsvp</module>
   </modules>