From 2b7bc6d3009d06a46cf72a9dc3d4f4f2fd312370 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 29 Jul 2012 16:43:36 +0200 Subject: [PATCH] Repository move to github --- pmd/pom.xml | 6 +++--- website/index.html | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) 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)