diff options
Diffstat (limited to 'northbound/dataChange/installer')
-rwxr-xr-x | northbound/dataChange/installer/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 705bbff4b..849a3f32a 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/installer/pom.xml @@ -14,7 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-sli-northbound :: dataChange :: ${project.artifactId}</name> + <name>ccsdk-sli-northbound :: ${project.artifactId}</name> <properties> <application.name>ccsdk-dataChange</application.name> @@ -37,7 +37,6 @@ <version>${project.version}</version> </dependency> - </dependencies> <build> |