Skip to content

Commit

Permalink
chore(CI/CD): use correct values in plugin manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Proum committed Sep 27, 2019
1 parent fae23e2 commit 4ba37f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>48</version>
<version>49</version>
</parent>

<groupId>org.cheztone</groupId>
<groupId>org.sfeir</groupId>
<artifactId>sonar-clover-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>4.0-SNAPSHOT</version>

<name>Sonar Clover Plugin</name>
<description><![CDATA[Get code coverage with <a href="http://openclover.org/">OpenClover</a>.]]></description>
<url>http://redirect.sonarsource.com/plugins/clover.html</url>
<description>Get code coverage with http://openclover.org/</description>
<inceptionYear>2018</inceptionYear>

<licenses>
Expand All @@ -26,20 +25,21 @@
</licenses>

<scm>
<connection>scm:git:[email protected]:SonarQubeCommunity/sonar-clover.git</connection>
<developerConnection>scm:git:[email protected]:SonarQubeCommunity/sonar-clover.git</developerConnection>
<url>https://github.com/SonarQubeCommunity/sonar-clover</url>
<connection>scm:git:[email protected]:sfeir-open-source/sonar-clover.git</connection>
<developerConnection>scm:git:[email protected]:sfeir-open-source/sonar-clover.git</developerConnection>
<url>https://github.com/sfeir-open-source/sonar-clover</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/SonarQubeCommunity/sonar-clover/issues</url>
<url>https://github.com/sfeir-open-source/sonar-clover/issues</url>
</issueManagement>

<properties>
<sonar.version>6.7.1</sonar.version>
<sonar.pluginName>Clover</sonar.pluginName>
<sonar.pluginClass>org.sonar.plugins.clover.CloverPlugin</sonar.pluginClass>
<sonar.pluginUrl>${project.scm.url}</sonar.pluginUrl>
<license.owner>SonarSource</license.owner>
<license.years>2008</license.years>
<license.mailto>[email protected]</license.mailto>
Expand Down

0 comments on commit 4ba37f9

Please sign in to comment.