summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-12 11:15:51 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-12 15:54:38 -0400
commit37a244dfa9b485c2832f1882930e0e67238f31fb (patch)
treeb975bd78c48e78b3a76075b0bd47937b46c3f9d4 /features
parentb1dd3beda4b5aa750d7fc2e1bde3ab044b6bb056 (diff)
Fix OSGi wiring issues
Change-Id: I84ee15ae657d6a8bb2902a785c119bc96f2674fd Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/ccsdk-features-all/pom.xml (renamed from features/ccsdk-features-adaptors-all/pom.xml)2
-rw-r--r--features/features-features/pom.xml (renamed from features/features-features-adaptors/pom.xml)0
-rwxr-xr-xfeatures/pom.xml4
3 files changed, 3 insertions, 3 deletions
diff --git a/features/ccsdk-features-adaptors-all/pom.xml b/features/ccsdk-features-all/pom.xml
index 03c4d731f..34496a625 100644
--- a/features/ccsdk-features-adaptors-all/pom.xml
+++ b/features/ccsdk-features-all/pom.xml
@@ -31,7 +31,7 @@
<version>0.3.0-SNAPSHOT</version>
<packaging>feature</packaging>
- <name>Blueprints Processor :: features :: ${project.artifactId}</name>
+ <name>ccsdk-features :: features :: ${project.artifactId}</name>
<dependencyManagement>
<dependencies>
<dependency>
diff --git a/features/features-features-adaptors/pom.xml b/features/features-features/pom.xml
index 6640a87b4..6640a87b4 100644
--- a/features/features-features-adaptors/pom.xml
+++ b/features/features-features/pom.xml
diff --git a/features/pom.xml b/features/pom.xml
index 946f22603..665efe8b7 100755
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -33,8 +33,8 @@
<name>Blueprints Processor :: features</name>
<modules>
- <module>ccsdk-features-adaptors-all</module>
- <module>features-features-adaptors</module>
+ <module>ccsdk-features-all</module>
+ <module>features-features</module>
<module>installer</module>
</modules>
</project>