Skip to content

Commit

Permalink
Releasing 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Jul 7, 2017
1 parent 2dd621a commit 6239637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ organize a SCM repository for Job DSL scripts, including [[tests for DSL scripts
Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140).

## Release Notes
* 1.64 (unreleased)
* 1.64 (July 07 2017)
* Increased the minimum supported Java version to JDK 7
* Increased the minimum supported Jenkins version to 2.19
* Increased the minimum supported Groovy version to 2.4.7
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.64-SNAPSHOT
version=1.64
groovyVersion=2.4.7
jenkinsVersion=2.19
assetPipelineVersion=2.11.6
Expand Down
2 changes: 1 addition & 1 deletion job-dsl-api-viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<select class="version-select form-control">
<!-- ADD VERSIONS HERE! -->
<option value="build/data/dsl.json">v1.64-SNAPSHOT</option>
<option value="build/data/dsl.json">v1.64</option>
<option value="build/data/job-dsl-core-1.63-apidoc.json">v1.63</option>
<option value="build/data/job-dsl-core-1.62-apidoc.json">v1.62</option>
<option value="build/data/job-dsl-core-1.61-apidoc.json">v1.61</option>
Expand Down
2 changes: 1 addition & 1 deletion job-dsl-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jenkinsPlugin {
displayName = 'Job DSL'
url = 'https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin'
gitHubUrl = 'https://github.com/jenkinsci/job-dsl-plugin'
compatibleSinceVersion = '1.62'
compatibleSinceVersion = '1.64'
localizerOutputDir = "$generatedSourcesDir/localizer"
disabledTestInjection = false
developers {
Expand Down

0 comments on commit 6239637

Please sign in to comment.