diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-30 19:52:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-30 19:52:11 +0000 |
commit | 267d1bf1dfc509da7914a4449dfe80430ca6b377 (patch) | |
tree | cbbc7f9ec97d1fe4d873e19cff0b11f185c18564 /ms/blueprintsprocessor/functions/resource-resolution/pom.xml | |
parent | 99b797bba200f9d91a8f6224697e9a18132b3dbd (diff) | |
parent | e96fa50ce96890932c2ed38c86ba0f42945c1623 (diff) |
Merge "Implement Base Jython Executor function."
Diffstat (limited to 'ms/blueprintsprocessor/functions/resource-resolution/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/functions/resource-resolution/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml index a2d3bb85..858be70c 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -25,7 +25,7 @@ <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> <artifactId>resource-resolution</artifactId> <packaging>jar</packaging> - <name>Blueprints Processor Resolution Service</name> - <description>Blueprints Processor Resolution Service</description> + <name>Blueprints Processor Function - Resource Resolution</name> + <description>Blueprints Processor Function - Resource Resolution</description> </project> |