Skip to content

Commit fa40486

Browse files
author
juretta
committed
Replaced the octocat logo with the github logo.
1 parent 0d7dc25 commit fa40486

File tree

5 files changed

+33
-44
lines changed

5 files changed

+33
-44
lines changed

README.md

Lines changed: 30 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
Hudson Github Plugin
22
====================
33

4-
This is a WIP Github plugin for the Hudson continuous integration server.
5-
6-
There is no public release yet, it's still an early WIP.
7-
8-
Stay tuned...
9-
10-
11-
Homepage: [http://juretta.github.com/hudson-github-plugin/](http://juretta.github.com/hudson-github-plugin/)
12-
4+
Read more: [http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin](http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin)
135

146
Issues
157
------
@@ -18,33 +10,6 @@ Please use the github issue tracker:
1810

1911
[http://github.com/juretta/hudson-github-plugin/issues](http://github.com/juretta/hudson-github-plugin/issues)
2012

21-
License
22-
-------
23-
24-
(The MIT License)
25-
26-
Copyright (c) 2009 Stefan Saasen
27-
28-
Permission is hereby granted, free of charge, to any person obtaining
29-
a copy of this software and associated documentation files (the
30-
'Software'), to deal in the Software without restriction, including
31-
without limitation the rights to use, copy, modify, merge, publish,
32-
distribute, sublicense, and/or sell copies of the Software, and to
33-
permit persons to whom the Software is furnished to do so, subject to
34-
the following conditions:
35-
36-
The above copyright notice and this permission notice shall be
37-
included in all copies or substantial portions of the Software.
38-
39-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
40-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
42-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
43-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
44-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
45-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46-
47-
4813
Development
4914
===========
5015

@@ -53,7 +18,7 @@ Start the local Hudson instance:
5318
mvn hpi:run
5419

5520

56-
Hudson PLugin Maven goals
21+
Hudson Plugin Maven goals
5722
-------------------------
5823

5924
hpi:create Creates a skeleton of a new plugin.
@@ -84,11 +49,34 @@ To install:
8449
2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Hudson in order to find the pluing in the installed plugins list.
8550

8651

52+
Plugin releases
53+
---------------
54+
55+
mvn release:prepare release:perform -Dusername=juretta -Dpassword=******
56+
57+
58+
License
59+
-------
60+
61+
(The MIT License)
8762

88-
Ressources
89-
----------
63+
Copyright (c) 2009 Stefan Saasen
64+
65+
Permission is hereby granted, free of charge, to any person obtaining
66+
a copy of this software and associated documentation files (the
67+
'Software'), to deal in the Software without restriction, including
68+
without limitation the rights to use, copy, modify, merge, publish,
69+
distribute, sublicense, and/or sell copies of the Software, and to
70+
permit persons to whom the Software is furnished to do so, subject to
71+
the following conditions:
9072

91-
Hudson Plugins:
73+
The above copyright notice and this permission notice shall be
74+
included in all copies or substantial portions of the Software.
9275

93-
* http://wiki.hudson-ci.org/display/HUDSON/Plugin+structure
94-
* http://wiki.hudson-ci.org/display/HUDSON/Extension+points
76+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
77+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
79+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
80+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
81+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
82+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<name>Github plugin</name>
1515
<url>http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin</url>
1616

17+
1718
<dependencies>
1819
<dependency>
1920
<groupId>org.jvnet.hudson.plugins</groupId>

src/main/java/com/coravy/hudson/plugins/github/GithubLinkAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $Id: GithubLinkAction.java 18781 2009-06-11 00:54:46Z juretta $
2+
* $Id: GithubLinkAction.java 19213 2009-06-25 06:22:57Z juretta $
33
*/
44
package com.coravy.hudson.plugins.github;
55

@@ -31,7 +31,7 @@ public String getDisplayName() {
3131
* @see hudson.model.Action#getIconFileName()
3232
*/
3333
public String getIconFileName() {
34-
return "/plugin/github/github-octocat.png";
34+
return "/plugin/github/logov3.png";
3535
}
3636

3737
/*

src/main/webapp/github-octocat.png

-1.16 KB
Binary file not shown.

src/main/webapp/logov3.png

1.16 KB
Loading

0 commit comments

Comments
 (0)