-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix plugin version to 0.4.0 and contributors
- Loading branch information
1 parent
04fa610
commit 10d31ac
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
<groupId>org.codehaus.sonar-plugin.objectivec</groupId> | ||
<artifactId>sonar-objective-c-plugin</artifactId> | ||
<version>0.4-SNAPSHOT</version> | ||
<version>0.4.0-SNAPSHOT</version> | ||
|
||
<packaging>sonar-plugin</packaging> | ||
|
||
|
@@ -56,6 +56,17 @@ | |
<name>Denis Bregeon</name> | ||
<organization>Incept5 LLC</organization> | ||
</developer> | ||
<developer> | ||
<id>zippy1978</id> | ||
<name>Gilles Grousset</name> | ||
<url>https://github.com/zippy1978</url> | ||
</developer> | ||
<developer> | ||
<id>fhelg</id> | ||
<name>François Helg</name> | ||
<organization>OCTO Technology</organization> | ||
<url>https://github.com/fhelg</url> | ||
</developer> | ||
<developer> | ||
<id>rfelden</id> | ||
<name>Romain Felden</name> | ||
|
@@ -66,19 +77,7 @@ | |
<name>Mete Balci</name> | ||
<url>https://github.com/metebalci</url> | ||
</developer> | ||
<developer> | ||
<id>fhelg</id> | ||
<name>François Helg</name> | ||
<organization>OCTO Technology</organization> | ||
<url>https://github.com/fhelg</url> | ||
</developer> | ||
<developer> | ||
<id>zippy1978</id> | ||
<name>Gilles Grousset</name> | ||
<url>https://github.com/zippy1978</url> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:octo-technology/sonar-objective-c.git</connection> | ||
<developerConnection>scm:git:[email protected]:octo-technology/sonar-objective-c.git</developerConnection> | ||
|