Skip to content

Commit

Permalink
[FIXED JENKINS-9807] : [Maven Jobs] Post build deploy task : Deploy w…
Browse files Browse the repository at this point in the history
…ith unique versions (timestamp) should be configured by default

Originally-Committed-As: b438c20eb4c0f965e0cbb3fd71c7ec3537e05b1d
  • Loading branch information
aheritier authored and kohsuke committed Jun 7, 2011
1 parent 806dc81 commit 1dbf937
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
<f:textbox />
</f:entry>
<f:entry field="uniqueVersion">
<f:checkbox title="${%Assign unique versions to snapshots}"/>
<f:checkbox title="${%Assign unique versions to snapshots}" default="true"/>
</f:entry>
<j:if test="${descriptor.showEvenIfUnstableOption()}">
<f:entry field="evenIfUnstable">
Expand Down

0 comments on commit 1dbf937

Please sign in to comment.