diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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> |