Skip to content

Commit

Permalink
Fix picocli version 4.7.3 documentation version number
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Apr 16, 2023
1 parent 1fa3258 commit 0f097e7
Show file tree
Hide file tree
Showing 51 changed files with 173 additions and 171 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
// projectPreviousPublishedVersion is non-SNAPSHOT, only published releases
projectPreviousPublishedVersion = "4\\.7\\.2" // for task bumpReadmeVersion
// projectPreviousVersionRegex may be a SNAPSHOT
projectPreviousVersionRegex = "4\\.7\\.2-SNAPSHOT" // for task bumpVersion
projectPreviousVersionRegex = "4\\.7\\.3-SNAPSHOT" // for task bumpVersion
projectVersion = "4.7.3" // for all build tasks
releaseDate = "2023-04-16" // for task bumpVersion
releaseDatePreviousRegex = "2023\\-04\\-09" // for task bumpVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs-all/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="info.picocli/picocli/CommandLine.html#VERSION">VERSION</a></code></th>
<td class="colLast"><code>"4.7.3-SNAPSHOT"</code></td>
<td class="colLast"><code>"4.7.3"</code></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs-all/index-files/index-22.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2 class="title">V</h2>
</dd>
<dt><span class="memberNameLink"><a href="../info.picocli/picocli/CommandLine.html#VERSION">VERSION</a></span> - Static variable in class picocli.<a href="../info.picocli/picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
<dd>
<div class="block">This is picocli version "4.7.3-SNAPSHOT".</div>
<div class="block">This is picocli version "4.7.3".</div>
</dd>
<dt><span class="memberNameLink"><a href="../info.picocli/picocli/CommandLine.Model.OptionSpec.Builder.html#versionHelp()">versionHelp()</a></span> - Method in class picocli.<a href="../info.picocli/picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></dt>
<dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ <h4>sortSynopsis</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether options in the synopsis should be shown in alphabetic order.</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
<dl>
<dt>Default:</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h4>originallyRequired</h4>
<div class="block">Returns the original value of the option's required attribute, regardless of whether the option is used in an exclusive group or not.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.Option.html#required()"><code>CommandLine.Option.required()</code></a></dd>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h4>setLoadBundles</h4>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>loadBundles</code> - true if bundles should be loaded (default), false if bundles should not be loaded</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ <h4>allowSubcommandsAsOptionParameters</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;allowSubcommandsAsOptionParameters()</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.html#isAllowSubcommandsAsOptionParameters()"><code>CommandLine.isAllowSubcommandsAsOptionParameters()</code></a></dd>
</dl>
Expand All @@ -755,7 +755,7 @@ <h4>allowOptionsAsOptionParameters</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;allowOptionsAsOptionParameters()</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.html#isAllowOptionsAsOptionParameters()"><code>CommandLine.isAllowOptionsAsOptionParameters()</code></a></dd>
</dl>
Expand Down Expand Up @@ -1055,7 +1055,7 @@ <h4>allowSubcommandsAsOptionParameters</h4>
<pre class="methodSignature">public&nbsp;<a href="CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a>&nbsp;allowSubcommandsAsOptionParameters&#8203;(boolean&nbsp;allowSubcommandsAsOptionParameters)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.html#setAllowSubcommandsAsOptionParameters(boolean)"><code>CommandLine.setAllowSubcommandsAsOptionParameters(boolean)</code></a></dd>
</dl>
Expand All @@ -1070,7 +1070,7 @@ <h4>allowOptionsAsOptionParameters</h4>
<pre class="methodSignature">public&nbsp;<a href="CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a>&nbsp;allowOptionsAsOptionParameters&#8203;(boolean&nbsp;allowOptionsAsOptionParameters)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.html#setAllowOptionsAsOptionParameters(boolean)"><code>CommandLine.setAllowOptionsAsOptionParameters(boolean)</code></a></dd>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ <h4>sortSynopsis</h4>
<div class="block">Returns whether the options in the synopsis should be sorted alphabetically.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -1998,7 +1998,7 @@ <h4>sortSynopsis</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>this UsageMessageSpec for method chaining</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2 title="Enum CommandLine.TraceLevel" class="title">Enum CommandLine.TraceLeve
<div class="block">Enumerates over the trace level values for filtering which internal debug statements should be printed.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h2 title="Class CommandLine.Tracer" class="title">Class CommandLine.Tracer</h2>
<div class="block">Utility class for printing internal debug statements.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.html#tracer()"><code>CommandLine.tracer()</code></a></dd>
</dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2 title="Class CommandLine.UseDefaultConverter" class="title">Class CommandLin
The <a href="#convert(java.lang.String)"><code>convert(String)</code></a> method of this class always throws an UnsupportedOperationException.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
14 changes: 7 additions & 7 deletions docs/apidocs-all/info.picocli/picocli/CommandLine.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ <h3>Field Summary</h3>
<td class="colFirst"><code>static <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#VERSION">VERSION</a></span></code></th>
<td class="colLast">
<div class="block">This is picocli version "4.7.3-SNAPSHOT".</div>
<div class="block">This is picocli version "4.7.3".</div>
</td>
</tr>
</table>
Expand Down Expand Up @@ -2096,7 +2096,7 @@ <h3>Field Detail</h3>
<li class="blockList">
<h4>VERSION</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> VERSION</pre>
<div class="block">This is picocli version "4.7.3-SNAPSHOT".</div>
<div class="block">This is picocli version "4.7.3".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../constant-values.html#picocli.CommandLine.VERSION">Constant Field Values</a></dd>
Expand Down Expand Up @@ -3330,7 +3330,7 @@ <h4>isAllowSubcommandsAsOptionParameters</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> when options can have parameter values that match subcommand names or aliases, <code>false</code> when such values should be rejected with a missing parameter exception</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.Model.ParserSpec.html#allowSubcommandsAsOptionParameters()"><code>CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters()</code></a></dd>
</dl>
Expand All @@ -3356,7 +3356,7 @@ <h4>setAllowSubcommandsAsOptionParameters</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>this <code>CommandLine</code> object, to allow method chaining</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="CommandLine.Model.ParserSpec.html#allowSubcommandsAsOptionParameters(boolean)"><code>CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters(boolean)</code></a></dd>
</dl>
Expand All @@ -3377,7 +3377,7 @@ <h4>isAllowOptionsAsOptionParameters</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> when options can have parameter values that match the name of an option in this command, <code>false</code> when such values should be rejected with a missing parameter exception</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#isUnmatchedOptionsAllowedAsOptionParameters()"><code>isUnmatchedOptionsAllowedAsOptionParameters()</code></a>,
<a href="CommandLine.Model.ParserSpec.html#allowOptionsAsOptionParameters()"><code>CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters()</code></a></dd>
Expand Down Expand Up @@ -3408,7 +3408,7 @@ <h4>setAllowOptionsAsOptionParameters</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>this <code>CommandLine</code> object, to allow method chaining</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="#setUnmatchedOptionsAllowedAsOptionParameters(boolean)"><code>setUnmatchedOptionsAllowedAsOptionParameters(boolean)</code></a>,
<a href="CommandLine.Model.ParserSpec.html#allowOptionsAsOptionParameters(boolean)"><code>CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters(boolean)</code></a></dd>
Expand Down Expand Up @@ -6142,7 +6142,7 @@ <h4>tracer</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>Tracer</code> used internally for printing internal debug statements</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
Binary file modified docs/apidocs-all/member-search-index.zip
Binary file not shown.
Binary file modified docs/apidocs-all/module-search-index.zip
Binary file not shown.
Binary file modified docs/apidocs-all/package-search-index.zip
Binary file not shown.
Binary file modified docs/apidocs-all/type-search-index.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2 title="picocli">picocli.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"4.7.3-SNAPSHOT"</code></td>
<td class="colLast"><code>"4.7.3"</code></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -4945,7 +4945,7 @@ <h2 class="title">V</h2>
</dd>
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#VERSION">VERSION</a></span> - Static variable in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
<dd>
<div class="block">This is picocli version "4.7.3-SNAPSHOT".</div>
<div class="block">This is picocli version "4.7.3".</div>
</dd>
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.OptionSpec.Builder.html#versionHelp--">versionHelp()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/picocli/CommandLine.Command.html
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ <h4>sortSynopsis</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether options in the synopsis should be shown in alphabetic order.</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
<dl>
<dt>Default:</dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/picocli/CommandLine.Model.ArgSpec.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h4>originallyRequired</h4>
<div class="block">Returns the original value of the option's required attribute, regardless of whether the option is used in an exclusive group or not.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../picocli/CommandLine.Option.html#required--"><code>CommandLine.Option.required()</code></a></dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/picocli/CommandLine.Model.Messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h4>setLoadBundles</h4>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>loadBundles</code> - true if bundles should be loaded (default), false if bundles should not be loaded</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/apidocs/picocli/CommandLine.Model.ParserSpec.html
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ <h4>allowSubcommandsAsOptionParameters</h4>
<pre>public&nbsp;boolean&nbsp;allowSubcommandsAsOptionParameters()</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../picocli/CommandLine.html#isAllowSubcommandsAsOptionParameters--"><code>CommandLine.isAllowSubcommandsAsOptionParameters()</code></a></dd>
</dl>
Expand All @@ -667,7 +667,7 @@ <h4>allowOptionsAsOptionParameters</h4>
<pre>public&nbsp;boolean&nbsp;allowOptionsAsOptionParameters()</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../picocli/CommandLine.html#isAllowOptionsAsOptionParameters--"><code>CommandLine.isAllowOptionsAsOptionParameters()</code></a></dd>
</dl>
Expand Down Expand Up @@ -967,7 +967,7 @@ <h4>allowSubcommandsAsOptionParameters</h4>
<pre>public&nbsp;<a href="../picocli/CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a>&nbsp;allowSubcommandsAsOptionParameters(boolean&nbsp;allowSubcommandsAsOptionParameters)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../picocli/CommandLine.html#setAllowSubcommandsAsOptionParameters-boolean-"><code>CommandLine.setAllowSubcommandsAsOptionParameters(boolean)</code></a></dd>
</dl>
Expand All @@ -982,7 +982,7 @@ <h4>allowOptionsAsOptionParameters</h4>
<pre>public&nbsp;<a href="../picocli/CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a>&nbsp;allowOptionsAsOptionParameters(boolean&nbsp;allowOptionsAsOptionParameters)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../picocli/CommandLine.html#setAllowOptionsAsOptionParameters-boolean-"><code>CommandLine.setAllowOptionsAsOptionParameters(boolean)</code></a></dd>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/picocli/CommandLine.Model.UsageMessageSpec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ <h4>sortSynopsis</h4>
<div class="block">Returns whether the options in the synopsis should be sorted alphabetically.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -1868,7 +1868,7 @@ <h4>sortSynopsis</h4>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>this UsageMessageSpec for method chaining</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/picocli/CommandLine.TraceLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2 title="Enum CommandLine.TraceLevel" class="title">Enum CommandLine.TraceLeve
<div class="block">Enumerates over the trace level values for filtering which internal debug statements should be printed.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/picocli/CommandLine.Tracer.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2 title="Class CommandLine.Tracer" class="title">Class CommandLine.Tracer</h2>
<div class="block">Utility class for printing internal debug statements.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../picocli/CommandLine.html#tracer--"><code>CommandLine.tracer()</code></a></dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/picocli/CommandLine.UseDefaultConverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 title="Class CommandLine.UseDefaultConverter" class="title">Class CommandLin
The <a href="../picocli/CommandLine.UseDefaultConverter.html#convert-java.lang.String-"><code>convert(String)</code></a> method of this class always throws an UnsupportedOperationException.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.7.3-SNAPSHOT</dd>
<dd>4.7.3</dd>
</dl>
</li>
</ul>
Expand Down

0 comments on commit 0f097e7

Please sign in to comment.