Skip to content

Commit da30aa3

Browse files
committed
.
1 parent 14393e1 commit da30aa3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

plugin/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>sonar-scoverage-plugin</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
<packaging>sonar-plugin</packaging>
1616
<name>Sonar Scoverage Plugin</name>
1717

@@ -24,6 +24,15 @@
2424
<url>http://www.buransky.com</url>
2525
</organization>
2626

27+
<developers>
28+
<developer>
29+
<id>radoburansky</id>
30+
<name>Rado Buransky</name>
31+
<email>[email protected]</email>
32+
<url>http://www.buransky.com/</url>
33+
</developer>
34+
</developers>
35+
2736
<!--
2837
<issueManagement>
2938
<system>JIRA</system>

0 commit comments

Comments
 (0)