Skip to content

Commit 41d720b

Browse files
committed
Releasing 1.75
1 parent 60a626d commit 41d720b

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
@@ -32,7 +32,7 @@ scripts, including [[tests for DSL scripts|Testing DSL Scripts]] and [[IDE Suppo
3232
Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140).
3333

3434
## Release Notes
35-
* 1.75 (unreleased)
35+
* 1.75 (August 12 2019)
3636
* Added documentation about mandatory identifier in multi-branch Pipeline job branch sources, the identifier will no
3737
longer be generated and must be set to a constant and unique value, see [Migration](Migration#migrating-to-175)
3838
([JENKINS-43693](https://issues.jenkins-ci.org/browse/JENKINS-43693))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.75-SNAPSHOT
1+
version=1.75
22
groovyVersion=2.4.11
33
jenkinsVersion=2.121
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.75-SNAPSHOT</option>
30+
<option value="build/data/dsl.json">v1.75</option>
3131
<option value="build/data/job-dsl-core-1.74-apidoc.json">v1.74</option>
3232
<option value="build/data/job-dsl-core-1.73-apidoc.json">v1.73</option>
3333
<option value="build/data/job-dsl-core-1.72-apidoc.json">v1.72</option>

0 commit comments

Comments
 (0)