aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxu ran <xuranyjy@chinamobile.com>2021-03-18 02:01:27 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-18 02:01:27 +0000
commitaa6d621060ac14ee2e8287dd1ab30bf8f1740d1f (patch)
tree0e2f636a001ce3fb45dafc5162ef8b36b68e0216
parent4aa063fe01cf430fe617b79234c7ad0863f85f76 (diff)
parentd8e1a944869e264e93b44cf5cc1368f2eae683b1 (diff)
Merge "feat:Add execution permission to shell script."
-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>