aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints-processor')
-rw-r--r--blueprints-processor/adaptors/data-adaptor-provider/pom.xml2
-rw-r--r--blueprints-processor/adaptors/pom.xml2
-rw-r--r--blueprints-processor/adaptors/rest-adaptor-provider/pom.xml2
-rw-r--r--blueprints-processor/features/ccsdk-blueprints-processor/pom.xml3
-rwxr-xr-xblueprints-processor/features/features-blueprints-processor/pom.xml2
-rwxr-xr-xblueprints-processor/features/pom.xml2
-rw-r--r--blueprints-processor/installer/pom.xml2
-rw-r--r--blueprints-processor/plugin/assignment-provider/pom.xml2
-rw-r--r--blueprints-processor/plugin/generator-provider/pom.xml2
-rw-r--r--blueprints-processor/plugin/model-provider/pom.xml2
-rw-r--r--blueprints-processor/plugin/pom.xml2
-rw-r--r--blueprints-processor/pom.xml2
12 files changed, 12 insertions, 13 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml
index e4af0d14d..f8e0a736a 100644
--- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml
+++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml
@@ -22,7 +22,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Blueprints Data Adaptor - Provider</name>
+ <name>ccsdk-features :: blueprints-processor-adaptor :: ${project.artifactId}</name>
<url>http://maven.apache.org</url>
<properties>
diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml
index 4c087a752..1d47bfe15 100644
--- a/blueprints-processor/adaptors/pom.xml
+++ b/blueprints-processor/adaptors/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Blueprints Processor Adaptors - POM</name>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<description>Blueprints Processor Adaptors - POM</description>
<modules>
diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
index 48a512854..6d89779ae 100644
--- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
+++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Blueprints Rest Adaptor - Provider</name>
+ <name>ccsdk-features :: blueprints-processor-adaptor :: ${project.artifactId}</name>
<url>http://maven.apache.org</url>
<dependencies>
diff --git a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
index 87de34e4f..27b70530f 100644
--- a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
+++ b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
@@ -29,8 +29,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>feature</packaging>
- <name>Blueprints Processor :: Features :: ${project.artifactId}</name>
-
+ <name>ccsdk-features :: blueprints-processor-features :: ${project.artifactId}</name>
<properties>
<ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
</properties>
diff --git a/blueprints-processor/features/features-blueprints-processor/pom.xml b/blueprints-processor/features/features-blueprints-processor/pom.xml
index a81262ea4..a610f47b3 100755
--- a/blueprints-processor/features/features-blueprints-processor/pom.xml
+++ b/blueprints-processor/features/features-blueprints-processor/pom.xml
@@ -29,7 +29,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>feature</packaging>
- <name>Blueprints Processor :: CCSDK Features :: ${project.artifactId}</name>
+ <name>ccsdk-features :: blueprints-processor-features :: ${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/blueprints-processor/features/pom.xml b/blueprints-processor/features/pom.xml
index c324b567d..2e06b7442 100755
--- a/blueprints-processor/features/pom.xml
+++ b/blueprints-processor/features/pom.xml
@@ -29,7 +29,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Blueprints Processor :: Features aggregator :: ${project.artifactId}</name>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<modules>
<module>ccsdk-blueprints-processor</module>
diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml
index ee82951b2..96cae9d5d 100644
--- a/blueprints-processor/installer/pom.xml
+++ b/blueprints-processor/installer/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Blueprints Processor :: ${project.artifactId}</name>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<properties>
<application.name>blueprints-processor</application.name>
diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml
index 45acb3e55..e268d16b0 100644
--- a/blueprints-processor/plugin/assignment-provider/pom.xml
+++ b/blueprints-processor/plugin/assignment-provider/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Blueprints Assignment - Provider</name>
+ <name>ccsdk-features :: blueprints-processor-plugin :: ${project.artifactId}</name>
<url>http://maven.apache.org</url>
<dependencies>
diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml
index e1c8c8dac..8249401b7 100644
--- a/blueprints-processor/plugin/generator-provider/pom.xml
+++ b/blueprints-processor/plugin/generator-provider/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Blueprints Generator - Provider</name>
+ <name>ccsdk-features :: blueprints-processor-plugin :: ${project.artifactId}</name>
<url>http://maven.apache.org</url>
<dependencies>
diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml
index 903f499c8..b524995d1 100644
--- a/blueprints-processor/plugin/model-provider/pom.xml
+++ b/blueprints-processor/plugin/model-provider/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Blueprints Model - Provider</name>
+ <name>ccsdk-features :: blueprints-processor-plugin :: ${project.artifactId}</name>
<url>http://maven.apache.org</url>
<dependencies>
diff --git a/blueprints-processor/plugin/pom.xml b/blueprints-processor/plugin/pom.xml
index 7dd1a442b..f28de9cb1 100644
--- a/blueprints-processor/plugin/pom.xml
+++ b/blueprints-processor/plugin/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Blueprints Processor Plugins - POM</name>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<description>Blueprints Processor Plugins - POM</description>
<modules>
diff --git a/blueprints-processor/pom.xml b/blueprints-processor/pom.xml
index 48603bac3..4a724d3e1 100644
--- a/blueprints-processor/pom.xml
+++ b/blueprints-processor/pom.xml
@@ -30,7 +30,7 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Blueprints Processor Module</name>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<description>Blueprints Processor Blueprints Processor</description>
<modules>