Skip to content

Commit

Permalink
v21.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-arnold-veeva committed Sep 14, 2021
1 parent ad5b0a4 commit cd0a176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VAPIL provides full API endpoint coverage for Vault integrations.
<ul>
<li>Vault API version v21.1 is released, VAPIL version v21.1.0 is released</li>
<li>When defects are fixed, VAPIL version v21.1.1, v21.1.2, etc will be released</li>
<li>Vault API version v21.2 is released, VAPIL version v22.2.0 is released</li>
<li>Vault API version v21.2 is released, VAPIL version v21.2.0 is released</li>
</ul>
<b>Consistent integration solution with Vault API requests/responses</b>
<ul>
Expand All @@ -24,7 +24,7 @@ VAPIL provides full API endpoint coverage for Vault integrations.
<li>Expose API requests/responses in clearly defined Java classes, getters, setters, and methods</li>
</ul>
<b>Dedication to documentation, available in <a
href="https://veeva.github.io/vault-api-library/javadoc/21.2.0/index.html" target="_blank">Javadoc</a></b>
href="https://veeva.github.io/vault-api-library/javadoc/21.2.1/index.html" target="_blank">Javadoc</a></b>
<ul>
<li>Easily find API endpoints from Vault help webpage in the source or Javadoc</li>
<li>One-to-one alignment between VAPIL methods and the Vault API endpoint/documentation</li>
Expand Down Expand Up @@ -69,7 +69,7 @@ Source code is available on GitHub: <a
&lt;dependency&gt;
&lt;groupId&gt;com.veeva.vault&lt;/groupId&gt;
&lt;artifactId&gt;vapil&lt;/artifactId&gt;
&lt;version&gt;21.2.0&lt;/version&gt;
&lt;version&gt;21.2.1&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</pre>
</li>
Expand Down

0 comments on commit cd0a176

Please sign in to comment.