Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1.86 to the API viewer #1397

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions job-dsl-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
<version>${project.version}</version>
</artifactItem>
<!-- After releasing a new version, add it to the list here! -->
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>job-dsl-core</artifactId>
<version>1.86</version>
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>job-dsl-core</artifactId>
Expand Down
1 change: 1 addition & 0 deletions job-dsl-plugin/src/main/hbs/root.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<select class="version-select form-control">
<option value="dsl.json">Current Version</option>
<!-- After releasing a new version, add it to the list here! -->
<option value="job-dsl-core-1.86-apidoc.json">v1.86</option>
<option value="job-dsl-core-1.85-apidoc.json">v1.85</option>
<option value="job-dsl-core-1.84-apidoc.json">v1.84</option>
<option value="job-dsl-core-1.83-apidoc.json">v1.83</option>
Expand Down
Loading