Skip to content

Commit 2a6813a

Browse files
author
David Saff
committed
Merge pull request junit-team#629 from nhajratw/master
Updated to reference new github account
2 parents b8adef3 + 718bcbf commit 2a6813a

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

BUILDING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BUILDING FROM GITHUB:
22
=====================
33

4-
git clone https://github.com/KentBeck/junit.git
4+
git clone https://github.com/junit-team/junit.git
55
cd junit
66
mvn install
77

@@ -11,4 +11,4 @@ BUILDING FROM JARS OR ZIPS:
1111
The contents of the zip and jar files are largely maintained for historical
1212
reasons. We do not at this time have an official way to build from the src
1313
jar or zip. If this is an important missing feature, please let us know
14-
at http://github.com/KentBeck/junit/issues
14+
at http://github.com/junit-team/junit/issues

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
33

44
For more information, please visit:
5-
* [Wiki](https://github.com/KentBeck/junit/wiki)
6-
* [Download and Install guide](https://github.com/KentBeck/junit/wiki/Download-and-Install)
7-
* [Getting Started](https://github.com/KentBeck/junit/wiki/Getting-started)
5+
* [Wiki](https://github.com/junit-team/junit/wiki)
6+
* [Download and Install guide](https://github.com/junit-team/junit/wiki/Download-and-Install)
7+
* [Getting Started](https://github.com/junit-team/junit/wiki/Getting-started)
88

99
[![Latest Build Status](https://junit.ci.cloudbees.com/job/JUnit/badge/icon)](https://junit.ci.cloudbees.com/)
1010

acknowledgements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
reinholdfuereder@github For initial test for GH-39
8383

8484
2011 Apr 15
85-
ububenheimer@github for bug report https://github.com/KentBeck/junit/issues/208
85+
ububenheimer@github for bug report https://github.com/junit-team/junit/issues/208
8686

8787
2011 Apr 29
8888
reinholdfuereder@github: bug report, test, and fix for GH-38:
@@ -160,4 +160,4 @@
160160

161161
== NOTE: as of September 2011, we have stopped recording contributions here.
162162
For a full list of everyone who has contributed great bug reports and code, please see
163-
http://github.com/KentBeck/junit
163+
http://github.com/junit-team/junit

build/github_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def list_files repos
155155
# setup
156156
login = `git config github.user`.chomp # your login for github
157157
token = `git config github.token`.chomp # your token for github
158-
repos = 'KentBeck/junit' # your repos name (like 'taberareloo')
158+
repos = 'junit-team/junit' # your repos name (like 'taberareloo')
159159
gh = Net::GitHub::Upload.new(
160160
:login => login,
161161
:token => token

build/maven/junit-dep-pom-template.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
</license>
4040
</licenses>
4141
<scm>
42-
<connection>scm:git:git://github.com/KentBeck/junit.git</connection>
43-
<developerConnection>scm:git:[email protected]:KentBeck/junit.git</developerConnection>
44-
<url>http://github.com/KentBeck/junit/tree/master</url>
42+
<connection>scm:git:git://github.com/junit-team/junit.git</connection>
43+
<developerConnection>scm:git:[email protected]:junit-team/junit.git</developerConnection>
44+
<url>http://github.com/junit-team/junit/tree/master</url>
4545
</scm>
4646
<developers>
4747
<developer>
@@ -50,4 +50,4 @@
5050
<email>[email protected]</email>
5151
</developer>
5252
</developers>
53-
</project>
53+
</project>

build/maven/junit-pom-template.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
</license>
3232
</licenses>
3333
<scm>
34-
<connection>scm:git:git://github.com/KentBeck/junit.git</connection>
35-
<developerConnection>scm:git:[email protected]:KentBeck/junit.git</developerConnection>
36-
<url>http://github.com/KentBeck/junit/tree/master</url>
34+
<connection>scm:git:git://github.com/junit-team/junit.git</connection>
35+
<developerConnection>scm:git:[email protected]:junit-team/junit.git</developerConnection>
36+
<url>http://github.com/junit-team/junit/tree/master</url>
3737
</scm>
3838
<developers>
3939
<developer>
@@ -65,4 +65,4 @@
6565
<properties>
6666
<jdk.version>1.5</jdk.version>
6767
</properties>
68-
</project>
68+
</project>

doc/ReleaseNotes4.10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h2>Summary of Changes in version 4.10 [unreleased!]</h2>
22

3-
<p>A full summary of commits between 4.9 and 4.10 is on <a href="https://github.com/KentBeck/junit/compare/r4.9...4.10">github</a></p>
3+
<p>A full summary of commits between 4.9 and 4.10 is on <a href="https://github.com/junit-team/junit/compare/r4.9...4.10">github</a></p>
44

55
<h3>junit-dep has correct contents</h3>
66

doc/ReleaseNotes4.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thanks to a full cast of contributors of bug fixes and new features.
44

5-
A full summary of commits between 4.9 and 4.10 is on [github](https://github.com/KentBeck/junit/compare/r4.9...4.10)
5+
A full summary of commits between 4.9 and 4.10 is on [github](https://github.com/junit-team/junit/compare/r4.9...4.10)
66

77
### junit-dep has correct contents ###
88

doc/ReleaseNotes4.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Summary of changes in version 4.12 [unreleased!]
22

33
We collect release notes in the wiki:
4-
https://github.com/KentBeck/junit/wiki/4.12-release-notes
4+
https://github.com/junit-team/junit/wiki/4.12-release-notes
55

66
This file will be updated right before release.

doc/building-junit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Steps to build junit:
33
- Must be manual
44
- Write release notes
55
- Not too tedious:
6-
- Push to github (dsaff _and_ KentBeck)
6+
- Push to github (junit-team)
77
- Run the mvn clean install
88
- If not done, update src/main/config/settings.xml in /private/.../settings.xml on CloudBees' webdav share.
99
- If not done, copy GnuPG keys in to ${gpg.homedir}. See settings.xml.
@@ -95,4 +95,4 @@ Steps to build junit:
9595
</profile>
9696
</profiles>
9797
</settings>
98-
===================================================================================
98+
===================================================================================

0 commit comments

Comments
 (0)