Skip to content

Commit

Permalink
update for release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Mar 14, 2023
1 parent 9a434e0 commit ba5d061
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/v2/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
</div>
<div class="paragraph">
<p>In general, <strong>you should only pick the last stable version as per today 2.0.3.</strong></p>
<p>In general, <strong>you should only pick the last stable version as per today 2.0.4.</strong></p>
</div>
<div class="paragraph">
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
Expand Down Expand Up @@ -1869,7 +1869,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-03-10 07:16:19 +0100
Last updated 2023-03-15 00:51:13 +0100
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/v2/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
&lt;version&gt;2.0.3&lt;/version&gt;
&lt;version&gt;2.0.4&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-03-10 07:16:19 +0100
Last updated 2023-03-15 00:51:13 +0100
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/v2/migrating-from-springfox.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
&lt;version&gt;2.0.3&lt;/version&gt;
&lt;version&gt;2.0.4&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-03-10 07:16:19 +0100
Last updated 2023-03-15 00:51:13 +0100
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/v2/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3 id="_spring_webmvc_support"><a class="anchor" href="#_spring_webmvc_support"
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
&lt;version&gt;2.0.3&lt;/version&gt;
&lt;version&gt;2.0.4&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h3 id="_spring_webflux_support"><a class="anchor" href="#_spring_webflux_suppor
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
&lt;version&gt;2.0.3&lt;/version&gt;
&lt;version&gt;2.0.4&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -524,7 +524,7 @@ <h3 id="_javadoc_support"><a class="anchor" href="#_javadoc_support"></a>Javadoc
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-03-10 07:20:02 +0100
Last updated 2023-03-15 00:51:13 +0100
</div>
</div>
</div>
Expand Down

0 comments on commit ba5d061

Please sign in to comment.