Skip to content

Commit 191d61e

Browse files
committed
Releasing 1.56
1 parent 439308d commit 191d61e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ organize a SCM repository for Job DSL scripts, including [[tests for DSL scripts
2626
Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140).
2727

2828
## Release Notes
29-
* 1.56 (unreleased)
29+
* 1.56 (January 06 2016)
3030
* Fixed support for
3131
[Config File Provider Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin)
3232
([JENKINS-40797](https://issues.jenkins-ci.org/browse/JENKINS-40797))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.56-SNAPSHOT
1+
version=1.56
22
groovyVersion=1.8.9
33
jenkinsVersion=1.642
44
assetPipelineVersion=2.11.6

job-dsl-api-viewer/index.html

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

2828
<select class="version-select form-control">
2929
<!-- ADD VERSIONS HERE! -->
30-
<option value="build/data/dsl.json">v1.56-SNAPSHOT</option>
30+
<option value="build/data/dsl.json">v1.56</option>
3131
<option value="build/data/job-dsl-core-1.55-apidoc.json">v1.55</option>
3232
<option value="build/data/job-dsl-core-1.54-apidoc.json">v1.54</option>
3333
<option value="build/data/job-dsl-core-1.53-apidoc.json">v1.53</option>

0 commit comments

Comments
 (0)