Skip to content

Commit

Permalink
Add 1.87 to the API viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna committed Oct 25, 2023
1 parent c3c1fcb commit fb7d49a
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
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.87</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
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.87-apidoc.json">v1.87</option>
<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>
Expand Down

0 comments on commit fb7d49a

Please sign in to comment.