summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorzhaoyehua <zhaoyh6@asiainfo.com>2021-03-18 09:41:04 +0800
committerzhao yehua <zhaoyh6@asiainfo.com>2021-03-18 01:50:10 +0000
commitd8e1a944869e264e93b44cf5cc1368f2eae683b1 (patch)
tree0e2f636a001ce3fb45dafc5162ef8b36b68e0216 /pom.xml
parent06bf4cdcedf782af4f8ff2485f0ad3bc97b08c73 (diff)
feat:Add execution permission to shell script.
Issue-ID: USECASEUI-525 Change-Id: I76207ff2b741f90849aecba9066a3c86d55ac33e Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 6bcb45e..8956414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,18 +15,13 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>2.1.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.usecase-ui</groupId>
- <artifactId>nlp</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <groupId>org.onap.usecase-ui.nlp</groupId>
+ <artifactId>usecase-ui-nlp</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <name>usecase-ui-nlp</name>
<packaging>pom</packaging>
- <name>nlp</name>
<description>usecase-ui nlp</description>
+ <modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>