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.89 to API viewer #1461

Merged
merged 1 commit into from
Sep 11, 2024
Merged
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
Add 1.89 to API viewer
basil committed Sep 11, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 50718fc5b53230cc4971ca009e4e1f5a62ea28e6
5 changes: 5 additions & 0 deletions job-dsl-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -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.89</version>
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>job-dsl-core</artifactId>
1 change: 1 addition & 0 deletions job-dsl-plugin/src/main/hbs/root.hbs
Original file line number Diff line number Diff line change
@@ -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.89-apidoc.json">v1.89</option>
<option value="job-dsl-core-1.88-apidoc.json">v1.88</option>
<option value="job-dsl-core-1.87-apidoc.json">v1.87</option>
<option value="job-dsl-core-1.86-apidoc.json">v1.86</option>