Skip to content

Commit 8c0fdad

Browse files
committed
feat!: change maven groupId
1 parent fc033cf commit 8c0fdad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>org.sonarsource.plugins.coveragevariation</groupId>
5+
<groupId>com.github.kronenthaler.sonarqube.plugins.coveragevariation</groupId>
66
<artifactId>sonar-coveragevariation-plugin</artifactId>
77
<packaging>sonar-plugin</packaging>
8-
<version>2.0.0</version>
8+
<version>3.0.0</version>
99

1010
<name>Coverage Variation Plugin for SonarQube 9.x</name>
1111
<description>Plugin calculates the variation of the coverage between the current scan and the main branch's coverage</description>

0 commit comments

Comments
 (0)