Skip to content

Commit

Permalink
Add 1.84 to API viewer (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jun 2, 2023
1 parent ce0754b commit f92f2ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions job-dsl-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,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.84</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.84-apidoc.json">v1.84</option>
<option value="job-dsl-core-1.83-apidoc.json">v1.83</option>
<option value="job-dsl-core-1.82-apidoc.json">v1.82</option>
<option value="job-dsl-core-1.81.1-apidoc.json">v1.81.1</option>
Expand Down

0 comments on commit f92f2ad

Please sign in to comment.