diff options
author | Tschaen, Brendan (bt054f) <bt054f@att.com> | 2018-09-17 13:47:28 -0400 |
---|---|---|
committer | Tschaen, Brendan (bt054f) <bt054f@att.com> | 2018-09-17 13:48:02 -0400 |
commit | cfc70c5f51aa3730aafbe6535ac70e0b2450629a (patch) | |
tree | 3eaa5f0cd0694f01b454efe6db7c6aadc14cbb0c /musictrigger/pom.xml | |
parent | 393b00e29666cea35849ada88cdc6983b792120a (diff) |
Change pom for ONAP
Change-Id: Ifc2b12a4231a856d9b858458b2d39129d3be00a7
Issue-ID: MUSIC-93
Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
Diffstat (limited to 'musictrigger/pom.xml')
-rw-r--r-- | musictrigger/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/musictrigger/pom.xml b/musictrigger/pom.xml index a0a156a9..13dcbcf3 100644 --- a/musictrigger/pom.xml +++ b/musictrigger/pom.xml @@ -1,10 +1,10 @@ <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"> <modelVersion>4.0.0</modelVersion> - <groupId>MusicTrigger</groupId> - <artifactId>MusicTrigger</artifactId> + <groupId>org.onap.music</groupId> + <artifactId>musictrigger</artifactId> <packaging>jar</packaging> - <version>0.1</version> + <version>0.1.0</version> <build> <sourceDirectory>src</sourceDirectory> <plugins> @@ -59,4 +59,4 @@ <version>1.11</version> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |