Skip to content

Commit dfd6b5d

Browse files
authored
Update pom.xml
1 parent 33c9e39 commit dfd6b5d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@
99
<name>ICode</name>
1010

1111
<description>ICode plugin for Sonarqube</description>
12-
<!-- TBC : is it the right repository ? -->
13-
<url>https://github.com/dupuisa/sonar-icode-plugin</url>
12+
<url>https://github.com/lequal/sonar-icode-plugin</url>
1413
<inceptionYear>2017</inceptionYear>
1514

16-
<!-- TBD : Apache license ? (Sonarqube update center required a FLOSS one -->
1715
<licenses>
1816
<license>
19-
<name>Apache License, Version 2.0</name>
20-
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
21-
<distribution>repo</distribution>
22-
<comments>A business-friendly OSS license</comments>
17+
<name>GNU General Public License, Version 3.0</name>
18+
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
19+
<distribution>manual</distribution>
2320
</license>
2421
</licenses>
2522

0 commit comments

Comments
 (0)