Skip to content

Commit

Permalink
[FIXED JENKINS-20980] Change "Hudson" to "Jenkins" in displayed text
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Hammar <anders@hammar.net>
  • Loading branch information
andham committed Dec 13, 2013
1 parent 6ecc03b commit 02ad538
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Expand Up @@ -4,5 +4,5 @@
Since we don't really have anything dynamic here, let's just use static HTML.
-->
<div>
A plug-in that enables you to perform releases using the <a href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a> from Hudson.
A plug-in that enables you to perform releases using the <a href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a> from Jenkins.
</div>
Expand Up @@ -14,7 +14,7 @@
<f:entry title="Development version">
<f:textbox name="developmentVersion" value="${it.computeNextVersion()}" />
</f:entry>
<f:entry title="Append Hudson Build Number">
<f:entry title="Append Jenkins Build Number">
<f:checkbox name="appendHudsonBuildNumber" checked="false"/>
</f:entry>
<f:entry title="Dry run only?">
Expand All @@ -34,7 +34,7 @@
<f:entry title="Comment Prefix">
<f:textbox name="scmCommentPrefix" value="[maven-release-plugin]" />
</f:entry>
<f:entry title="Append Hudson Username" help="/plugin/m2release/help-actionRelease-appendHudsonUsername.html">
<f:entry title="Append Jenkins Username" help="/plugin/m2release/help-actionRelease-appendJenkinsUsername.html">
<f:checkbox name="appendHudsonUserName" checked="${it.selectAppendHudsonUsername}"/>
</f:entry>
</f:optionalBlock>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!--
This Jelly script is used to produce the global configuration option.
Hudson uses a set of tag libraries to provide uniformity in forms.
Jenkins uses a set of tag libraries to provide uniformity in forms.
To determine where this tag is defined, first check the namespace URI,
and then look under $HUDSON/views/. For example, <f:section> is defined
in $HUDSON/views/lib/form/section.jelly.
and then look under $JENKINS/views/. For example, <f:section> is defined
in $JENKINS/views/lib/form/section.jelly.
It's also often useful to just check other similar scripts to see what
tags they use. Views are always organised according to its owner class,
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/help-actionRelease-appendHudsonUsername.html

This file was deleted.

3 changes: 3 additions & 0 deletions src/main/webapp/help-actionRelease-appendJenkinsUsername.html
@@ -0,0 +1,3 @@
<div>
Enable this option to append the Jenkins Username to the SCM comment prefix.
</div>
@@ -1,3 +1,3 @@
<div>
Enable this to have the "Append Hudson username" option selected by default in the "Perform Maven Release" view.
Enable this to have the "Append Jenkins username" option selected by default in the "Perform Maven Release" view.
</div>

0 comments on commit 02ad538

Please sign in to comment.