Chore: set project name correctly for Sonar upload 29/8929/1 6.0.1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 24 Aug 2022 10:42:11 +0000 (11:42 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 24 Aug 2022 10:42:11 +0000 (11:42 +0100)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: Ied58fd55148cd67533338e9a38f4230c0ac24d06

pom.xml

diff --git a/pom.xml b/pom.xml
index 0bd74ba..6281b40 100644 (file)
--- 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>