You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/11/30 14:52:13 UTC

svn commit: r1208427 - in /gump/metadata/repository: github.xml junit.xml

Author: bodewig
Date: Wed Nov 30 13:52:12 2011
New Revision: 1208427

URL: http://svn.apache.org/viewvc?rev=1208427&view=rev
Log:
swapped junit and github, try to fix URL for github

Modified:
    gump/metadata/repository/github.xml
    gump/metadata/repository/junit.xml

Modified: gump/metadata/repository/github.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/github.xml?rev=1208427&r1=1208426&r2=1208427&view=diff
==============================================================================
--- gump/metadata/repository/github.xml (original)
+++ gump/metadata/repository/github.xml Wed Nov 30 13:52:12 2011
@@ -15,11 +15,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
-<repository name="junit" type="git">
-  <title>JUnit Test Framework</title>
-  <home-page>http://github.com/KentBeck/junit/</home-page>
-  <web>http://github.com/KentBeck/junit/tree/master</web>
-  <redistributable/>
-  <url>git://github.com/KentBeck/junit.git</url>
+<repository name="github" type="git">
+  <title>GitHub</title>
+  <home-page>http://github.com/</home-page>
+  <url>git://github.com</url>
 </repository>

Modified: gump/metadata/repository/junit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/junit.xml?rev=1208427&r1=1208426&r2=1208427&view=diff
==============================================================================
--- gump/metadata/repository/junit.xml (original)
+++ gump/metadata/repository/junit.xml Wed Nov 30 13:52:12 2011
@@ -15,9 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
-<repository name="github" type="git">
-  <title>GitHub</title>
-  <home-page>http://github.com/</home-page>
-  <url>git:git@github.com</url>
+<repository name="junit" type="git">
+  <title>JUnit Test Framework</title>
+  <home-page>http://github.com/KentBeck/junit/</home-page>
+  <web>http://github.com/KentBeck/junit/tree/master</web>
+  <redistributable/>
+  <url>git://github.com/KentBeck/junit.git</url>
 </repository>