Chore: set project name correctly for Sonar upload
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: Ied58fd55148cd67533338e9a38f4230c0ac24d06
diff --git a/pom.xml b/pom.xml
index 0bd74ba..6281b40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,8 +4,8 @@
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>dummy.project.app</groupId>
- <artifactId>dummy-app</artifactId>
+ <groupId>smo-ves.app</groupId>
+ <artifactId>smo-ves</artifactId>
<version>1.0-SNAPSHOT</version>
</project>