Update URLs to issue manager, organization, ci build, mailing lists

This commit is contained in:
Andreas Dangel
2017-01-27 20:33:18 +01:00
parent 1b4cd381b4
commit d32d81f078

36
pom.xml
View File

@ -24,23 +24,14 @@
<li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li> <li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li>
<li>Duplicate code - copied/pasted code means copied/pasted bugs</li> <li>Duplicate code - copied/pasted code means copied/pasted bugs</li>
</ul> </ul>
<p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p> <p>You can <b><a href="https://github.com/pmd/pmd/releases">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="https://pmd.github.io/latest/pmd-java/rules/index.html">rulesets index</a> page.</p>
<p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p> <p>PMD is <a href="https://pmd.github.io/latest/usage/integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>
]]> ]]>
</description> </description>
<url>http://pmd.sourceforge.net/</url> <url>https://pmd.github.io/</url>
<issueManagement>
<url>http://sourceforge.net/p/pmd/bugs/</url>
</issueManagement>
<ciManagement> <ciManagement>
<notifiers> <url>https://travis-ci.org/pmd/pmd</url>
<notifier>
<configuration>
<address>tom@infoether.com</address>
</configuration>
</notifier>
</notifiers>
</ciManagement> </ciManagement>
<inceptionYear>2002</inceptionYear> <inceptionYear>2002</inceptionYear>
<licenses> <licenses>
@ -53,9 +44,15 @@
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>PMD development</name> <name>PMD development</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</subscribe> <subscribe>https://lists.sourceforge.net/lists/listinfo/pmd-devel</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/pmd-devel</unsubscribe> <unsubscribe>https://lists.sourceforge.net/lists/listinfo/pmd-devel</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=pmd-devel</archive> <archive>https://sourceforge.net/p/pmd/mailman/pmd-devel</archive>
</mailingList>
<mailingList>
<name>PMD commits</name>
<subscribe>https://lists.sourceforge.net/lists/listinfo/pmd-commits</subscribe>
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/pmd-commits</unsubscribe>
<archive>https://sourceforge.net/p/pmd/mailman/pmd-commits</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<developers> <developers>
@ -262,9 +259,12 @@
</site> </site>
</distributionManagement> </distributionManagement>
<organization> <organization>
<name>InfoEther</name> <name>PMD</name>
<url>http://pmd.sourceforge.net/</url> <url>https://pmd.github.io/</url>
</organization> </organization>
<issueManagement>
<url>https://github.com/pmd/pmd/issues</url>
</issueManagement>
<properties> <properties>
<javacc.version>5.0</javacc.version> <javacc.version>5.0</javacc.version>