diff --git a/pmd/pom.xml b/pmd/pom.xml index a92d24665b..fb6de6609f 100644 --- a/pmd/pom.xml +++ b/pmd/pom.xml @@ -229,9 +229,9 @@ - scm:svn:https://pmd.svn.sourceforge.net/svnroot/pmd/trunk/pmd - scm:svn:https://pmd.svn.sourceforge.net/svnroot/pmd/trunk/pmd - http://pmd.svn.sourceforge.net/viewvc/pmd/trunk/pmd + scm:git:git://github.com/pmd/pmd.git + scm:git:ssh://git@github.com/pmd/pmd.git + https://github.com/pmd/pmd InfoEther diff --git a/website/index.html b/website/index.html index 0836672d03..af03aae344 100644 --- a/website/index.html +++ b/website/index.html @@ -43,7 +43,7 @@ (archive1, archive2) Found a bug? Bug tracker - Source Code: Check it out via SVN + Source Code: Check it out on github Our license: BSD-style @@ -64,6 +64,14 @@ Recent announcements + + 2012-07-29 PMD on github: + Our source code repository is now on github. + + You can easily fork it from here: + https://github.com/pmd/pmd. + + 2012-05-01 PMD 5.0.0: major version supporting additional languages and new rules (Changelog)
2012-07-29 PMD on github: + Our source code repository is now on github. +
You can easily fork it from here: + https://github.com/pmd/pmd. +
2012-05-01 PMD 5.0.0: major version supporting additional languages and new rules (Changelog)