diff options
Diffstat (limited to 'ecomp-sdk/epsdk-workflow/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-workflow/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-workflow/pom.xml b/ecomp-sdk/epsdk-workflow/pom.xml index b43b387b..09b1eb36 100644 --- a/ecomp-sdk/epsdk-workflow/pom.xml +++ b/ecomp-sdk/epsdk-workflow/pom.xml @@ -5,16 +5,18 @@ <parent> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <!-- GroupId is inherited from parent --> <artifactId>epsdk-workflow</artifactId> <!-- Version is inherited from parent --> <packaging>jar</packaging> - <name>ECOMP Portal SDK Workflow</name> + <name>ONAP Portal SDK Workflow</name> <description>Provides workflow features for SDK applications</description> + <!-- properties are inherited from parent --> + <!-- repositories are inherited from parent --> <dependencies> |