diff options
Diffstat (limited to 'northbound/dataChange/model/pom.xml')
-rwxr-xr-x | northbound/dataChange/model/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index 4a4e6b506..8f21714f2 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -14,8 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>bundle</packaging> - <name>ccsdk-sli-northbound :: dataChange :: ${project.artifactId}</name> - + <name>ccsdk-sli-northbound :: ${project.artifactId}</name> <dependencies> <dependency> @@ -23,6 +22,5 @@ <artifactId>rfc6991</artifactId> </dependency> - </dependencies> </project> |