diff --git a/dependencies.gradle b/dependencies.gradle index 26618b130..bcc0fb83c 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -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 diff --git a/docs/apidocs-all/constant-values.html b/docs/apidocs-all/constant-values.html index f67c7d3a0..9cdc3bcd7 100644 --- a/docs/apidocs-all/constant-values.html +++ b/docs/apidocs-all/constant-values.html @@ -174,7 +174,7 @@

picocli.*

public static final String VERSION -"4.7.3-SNAPSHOT" +"4.7.3" diff --git a/docs/apidocs-all/index-files/index-22.html b/docs/apidocs-all/index-files/index-22.html index 882f1d559..f8d8f0102 100644 --- a/docs/apidocs-all/index-files/index-22.html +++ b/docs/apidocs-all/index-files/index-22.html @@ -224,7 +224,7 @@

V

VERSION - Static variable in class picocli.CommandLine
-
This is picocli version "4.7.3-SNAPSHOT".
+
This is picocli version "4.7.3".
versionHelp() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.Command.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.Command.html index 69e093ab5..d8ea6e5c1 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.Command.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.Command.html @@ -1140,7 +1140,7 @@

sortSynopsis

Returns:
whether options in the synopsis should be shown in alphabetic order.
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
Default:
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ArgSpec.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ArgSpec.html index 4b12f9a7e..01838f43a 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ArgSpec.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ArgSpec.html @@ -684,7 +684,7 @@

originallyRequired

Returns the original value of the option's required attribute, regardless of whether the option is used in an exclusive group or not.
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
See Also:
CommandLine.Option.required()
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.Messages.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.Messages.html index 3b736f3d6..2b3dbd51b 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.Messages.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.Messages.html @@ -425,7 +425,7 @@

setLoadBundles

Parameters:
loadBundles - true if bundles should be loaded (default), false if bundles should not be loaded
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ParserSpec.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ParserSpec.html index 8d04a1b23..5ba04d13f 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ParserSpec.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.ParserSpec.html @@ -740,7 +740,7 @@

allowSubcommandsAsOptionParameters

public boolean allowSubcommandsAsOptionParameters()
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
See Also:
CommandLine.isAllowSubcommandsAsOptionParameters()
@@ -755,7 +755,7 @@

allowOptionsAsOptionParameters

public boolean allowOptionsAsOptionParameters()
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
See Also:
CommandLine.isAllowOptionsAsOptionParameters()
@@ -1055,7 +1055,7 @@

allowSubcommandsAsOptionParameters

public CommandLine.Model.ParserSpec allowSubcommandsAsOptionParameters​(boolean allowSubcommandsAsOptionParameters)
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
See Also:
CommandLine.setAllowSubcommandsAsOptionParameters(boolean)
@@ -1070,7 +1070,7 @@

allowOptionsAsOptionParameters

public CommandLine.Model.ParserSpec allowOptionsAsOptionParameters​(boolean allowOptionsAsOptionParameters)
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
See Also:
CommandLine.setAllowOptionsAsOptionParameters(boolean)
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.UsageMessageSpec.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.UsageMessageSpec.html index dab8d6e86..254e397c9 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.UsageMessageSpec.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.Model.UsageMessageSpec.html @@ -1627,7 +1627,7 @@

sortSynopsis

Returns whether the options in the synopsis should be sorted alphabetically.
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
@@ -1998,7 +1998,7 @@

sortSynopsis

Returns:
this UsageMessageSpec for method chaining
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.TraceLevel.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.TraceLevel.html index b7cb0d67f..b785a5790 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.TraceLevel.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.TraceLevel.html @@ -156,7 +156,7 @@

Enum CommandLine.TraceLeve
Enumerates over the trace level values for filtering which internal debug statements should be printed.
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.Tracer.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.Tracer.html index bb0deb986..fa479eb61 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.Tracer.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.Tracer.html @@ -147,7 +147,7 @@

Class CommandLine.Tracer

Utility class for printing internal debug statements.
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
See Also:
CommandLine.tracer()
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.UseDefaultConverter.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.UseDefaultConverter.html index f0fdff893..26861ce58 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.UseDefaultConverter.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.UseDefaultConverter.html @@ -161,7 +161,7 @@

Class CommandLin The convert(String) method of this class always throws an UnsupportedOperationException.
Since:
-
4.7.3-SNAPSHOT
+
4.7.3
diff --git a/docs/apidocs-all/info.picocli/picocli/CommandLine.html b/docs/apidocs-all/info.picocli/picocli/CommandLine.html index 4ef82cd74..01cdedb15 100644 --- a/docs/apidocs-all/info.picocli/picocli/CommandLine.html +++ b/docs/apidocs-all/info.picocli/picocli/CommandLine.html @@ -739,7 +739,7 @@

Field Summary

static String VERSION -
This is picocli version "4.7.3-SNAPSHOT".
+
This is picocli version "4.7.3".
@@ -2096,7 +2096,7 @@

Field Detail

  • VERSION

    public static final String VERSION
    -
    This is picocli version "4.7.3-SNAPSHOT".
    +
    This is picocli version "4.7.3".
    See Also:
    Constant Field Values
    @@ -3330,7 +3330,7 @@

    isAllowSubcommandsAsOptionParameters

    Returns:
    true when options can have parameter values that match subcommand names or aliases, false when such values should be rejected with a missing parameter exception
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters()
    @@ -3356,7 +3356,7 @@

    setAllowSubcommandsAsOptionParameters

    Returns:
    this CommandLine object, to allow method chaining
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters(boolean)
    @@ -3377,7 +3377,7 @@

    isAllowOptionsAsOptionParameters

    Returns:
    true when options can have parameter values that match the name of an option in this command, false when such values should be rejected with a missing parameter exception
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    isUnmatchedOptionsAllowedAsOptionParameters(), CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters()
    @@ -3408,7 +3408,7 @@

    setAllowOptionsAsOptionParameters

    Returns:
    this CommandLine object, to allow method chaining
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    setUnmatchedOptionsAllowedAsOptionParameters(boolean), CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters(boolean)
    @@ -6142,7 +6142,7 @@

    tracer

    Returns:
    the Tracer used internally for printing internal debug statements
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
  • diff --git a/docs/apidocs-all/member-search-index.zip b/docs/apidocs-all/member-search-index.zip index 578cc2ddb..43b4c9207 100644 Binary files a/docs/apidocs-all/member-search-index.zip and b/docs/apidocs-all/member-search-index.zip differ diff --git a/docs/apidocs-all/module-search-index.zip b/docs/apidocs-all/module-search-index.zip index fc160df18..fa0c5afee 100644 Binary files a/docs/apidocs-all/module-search-index.zip and b/docs/apidocs-all/module-search-index.zip differ diff --git a/docs/apidocs-all/package-search-index.zip b/docs/apidocs-all/package-search-index.zip index 66230466b..6c44288b1 100644 Binary files a/docs/apidocs-all/package-search-index.zip and b/docs/apidocs-all/package-search-index.zip differ diff --git a/docs/apidocs-all/type-search-index.zip b/docs/apidocs-all/type-search-index.zip index 8c22c267b..726f980f3 100644 Binary files a/docs/apidocs-all/type-search-index.zip and b/docs/apidocs-all/type-search-index.zip differ diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 81e037153..6202a1897 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -140,7 +140,7 @@

    picocli.*

    public static final String VERSION -"4.7.3-SNAPSHOT" +"4.7.3" diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index d1635d2af..21c1e3fb0 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -4945,7 +4945,7 @@

    V

    VERSION - Static variable in class picocli.CommandLine
    -
    This is picocli version "4.7.3-SNAPSHOT".
    +
    This is picocli version "4.7.3".
    versionHelp() - Method in class picocli.CommandLine.Model.OptionSpec.Builder
    diff --git a/docs/apidocs/picocli/CommandLine.Command.html b/docs/apidocs/picocli/CommandLine.Command.html index 60538da9c..d10647001 100644 --- a/docs/apidocs/picocli/CommandLine.Command.html +++ b/docs/apidocs/picocli/CommandLine.Command.html @@ -1019,7 +1019,7 @@

    sortSynopsis

    Returns:
    whether options in the synopsis should be shown in alphabetic order.
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    Default:
    diff --git a/docs/apidocs/picocli/CommandLine.Model.ArgSpec.html b/docs/apidocs/picocli/CommandLine.Model.ArgSpec.html index afe052d39..f21adcdef 100644 --- a/docs/apidocs/picocli/CommandLine.Model.ArgSpec.html +++ b/docs/apidocs/picocli/CommandLine.Model.ArgSpec.html @@ -585,7 +585,7 @@

    originallyRequired

    Returns the original value of the option's required attribute, regardless of whether the option is used in an exclusive group or not.
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.Option.required()
    diff --git a/docs/apidocs/picocli/CommandLine.Model.Messages.html b/docs/apidocs/picocli/CommandLine.Model.Messages.html index 68b412c5d..47fbcd93b 100644 --- a/docs/apidocs/picocli/CommandLine.Model.Messages.html +++ b/docs/apidocs/picocli/CommandLine.Model.Messages.html @@ -371,7 +371,7 @@

    setLoadBundles

    Parameters:
    loadBundles - true if bundles should be loaded (default), false if bundles should not be loaded
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    diff --git a/docs/apidocs/picocli/CommandLine.Model.ParserSpec.html b/docs/apidocs/picocli/CommandLine.Model.ParserSpec.html index d0e09dd55..837c9acbf 100644 --- a/docs/apidocs/picocli/CommandLine.Model.ParserSpec.html +++ b/docs/apidocs/picocli/CommandLine.Model.ParserSpec.html @@ -652,7 +652,7 @@

    allowSubcommandsAsOptionParameters

    public boolean allowSubcommandsAsOptionParameters()
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.isAllowSubcommandsAsOptionParameters()
    @@ -667,7 +667,7 @@

    allowOptionsAsOptionParameters

    public boolean allowOptionsAsOptionParameters()
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.isAllowOptionsAsOptionParameters()
    @@ -967,7 +967,7 @@

    allowSubcommandsAsOptionParameters

    public CommandLine.Model.ParserSpec allowSubcommandsAsOptionParameters(boolean allowSubcommandsAsOptionParameters)
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.setAllowSubcommandsAsOptionParameters(boolean)
    @@ -982,7 +982,7 @@

    allowOptionsAsOptionParameters

    public CommandLine.Model.ParserSpec allowOptionsAsOptionParameters(boolean allowOptionsAsOptionParameters)
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.setAllowOptionsAsOptionParameters(boolean)
    diff --git a/docs/apidocs/picocli/CommandLine.Model.UsageMessageSpec.html b/docs/apidocs/picocli/CommandLine.Model.UsageMessageSpec.html index d52600d5f..c2d79a182 100644 --- a/docs/apidocs/picocli/CommandLine.Model.UsageMessageSpec.html +++ b/docs/apidocs/picocli/CommandLine.Model.UsageMessageSpec.html @@ -1497,7 +1497,7 @@

    sortSynopsis

    Returns whether the options in the synopsis should be sorted alphabetically.
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    @@ -1868,7 +1868,7 @@

    sortSynopsis

    Returns:
    this UsageMessageSpec for method chaining
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    diff --git a/docs/apidocs/picocli/CommandLine.TraceLevel.html b/docs/apidocs/picocli/CommandLine.TraceLevel.html index 450504a26..36ad41fe1 100644 --- a/docs/apidocs/picocli/CommandLine.TraceLevel.html +++ b/docs/apidocs/picocli/CommandLine.TraceLevel.html @@ -125,7 +125,7 @@

    Enum CommandLine.TraceLeve
    Enumerates over the trace level values for filtering which internal debug statements should be printed.
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    diff --git a/docs/apidocs/picocli/CommandLine.Tracer.html b/docs/apidocs/picocli/CommandLine.Tracer.html index 4efe6a5d2..6130fe501 100644 --- a/docs/apidocs/picocli/CommandLine.Tracer.html +++ b/docs/apidocs/picocli/CommandLine.Tracer.html @@ -116,7 +116,7 @@

    Class CommandLine.Tracer

    Utility class for printing internal debug statements.
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.tracer()
    diff --git a/docs/apidocs/picocli/CommandLine.UseDefaultConverter.html b/docs/apidocs/picocli/CommandLine.UseDefaultConverter.html index c27787f39..04066f25e 100644 --- a/docs/apidocs/picocli/CommandLine.UseDefaultConverter.html +++ b/docs/apidocs/picocli/CommandLine.UseDefaultConverter.html @@ -130,7 +130,7 @@

    Class CommandLin The convert(String) method of this class always throws an UnsupportedOperationException.
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    diff --git a/docs/apidocs/picocli/CommandLine.html b/docs/apidocs/picocli/CommandLine.html index 35be25b87..d8b15f31e 100644 --- a/docs/apidocs/picocli/CommandLine.html +++ b/docs/apidocs/picocli/CommandLine.html @@ -641,7 +641,7 @@

    Field Summary

    static String VERSION -
    This is picocli version "4.7.3-SNAPSHOT".
    +
    This is picocli version "4.7.3".
    @@ -1834,7 +1834,7 @@

    Field Detail

  • VERSION

    public static final String VERSION
    -
    This is picocli version "4.7.3-SNAPSHOT".
    +
    This is picocli version "4.7.3".
    See Also:
    Constant Field Values
    @@ -3060,7 +3060,7 @@

    isAllowSubcommandsAsOptionParameters

    Returns:
    true when options can have parameter values that match subcommand names or aliases, false when such values should be rejected with a missing parameter exception
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters()
    @@ -3086,7 +3086,7 @@

    setAllowSubcommandsAsOptionParameters

    Returns:
    this CommandLine object, to allow method chaining
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters(boolean)
    @@ -3107,7 +3107,7 @@

    isAllowOptionsAsOptionParameters

    Returns:
    true when options can have parameter values that match the name of an option in this command, false when such values should be rejected with a missing parameter exception
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    isUnmatchedOptionsAllowedAsOptionParameters(), CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters()
    @@ -3138,7 +3138,7 @@

    setAllowOptionsAsOptionParameters

    Returns:
    this CommandLine object, to allow method chaining
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
    See Also:
    setUnmatchedOptionsAllowedAsOptionParameters(boolean), CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters(boolean)
    @@ -5816,7 +5816,7 @@

    tracer

    Returns:
    the Tracer used internally for printing internal debug statements
    Since:
    -
    4.7.3-SNAPSHOT
    +
    4.7.3
  • diff --git a/docs/autocomplete.adoc b/docs/autocomplete.adoc index 720a9258d..16d9b73fc 100644 --- a/docs/autocomplete.adoc +++ b/docs/autocomplete.adoc @@ -1,7 +1,7 @@ = Autocomplete for Java Command Line Applications //:author: Remko Popma //:email: rpopma@apache.org -:revnumber: 4.7.3-SNAPSHOT +:revnumber: 4.7.3 :revdate: 2023-04-16 :toc: left :numbered: diff --git a/docs/autocomplete.html b/docs/autocomplete.html index 87cbe0260..537564f77 100644 --- a/docs/autocomplete.html +++ b/docs/autocomplete.html @@ -1644,7 +1644,7 @@ @@ -2579,7 +2579,7 @@

    -
    java -cp "picocli-4.7.3-SNAPSHOT.jar:checksum.jar" CheckSum --algorithm SHA-1 hello.txt
    +
    java -cp "picocli-4.7.3.jar:checksum.jar" CheckSum --algorithm SHA-1 hello.txt
    @@ -16614,7 +16614,7 @@

    <dependency> <groupId>info.picocli</groupId> <artifactId>picocli-spring-boot-starter</artifactId> - <version>4.7.3-SNAPSHOT</version> + <version>4.7.3</version> </dependency>

    @@ -16622,7 +16622,7 @@

    Gradle (Groovy)
    dependencies {
    -    implementation 'info.picocli:picocli-spring-boot-starter:4.7.3-SNAPSHOT'
    +    implementation 'info.picocli:picocli-spring-boot-starter:4.7.3'
     }
    @@ -16630,7 +16630,7 @@

    Gradle (Kotlin)
    dependencies {
    -    implementation("info.picocli:picocli-spring-boot-starter:4.7.3-SNAPSHOT")
    +    implementation("info.picocli:picocli-spring-boot-starter:4.7.3")
     }
    @@ -18320,7 +18320,7 @@

    -
    java -cp "picocli-4.7.3-SNAPSHOT.jar;myapp.jar" org.myorg.MyMainClass --option=value arg0 arg1
    +
    java -cp "picocli-4.7.3.jar;myapp.jar" org.myorg.MyMainClass --option=value arg0 arg1
    -
    alias mycommand='java -cp "/path/to/picocli-4.7.3-SNAPSHOT.jar:/path/to/myapp.jar" org.myorg.MainClass'
    +
    alias mycommand='java -cp "/path/to/picocli-4.7.3.jar:/path/to/myapp.jar" org.myorg.MainClass'
    @@ -18421,7 +18421,7 @@

    -
    path/to/native-image -cp picocli-4.7.3-SNAPSHOT.jar --static -jar myapp.jar
    +
    path/to/native-image -cp picocli-4.7.3.jar --static -jar myapp.jar
    -
    @Grab('info.picocli:picocli-groovy:4.7.3-SNAPSHOT')
    +
    @Grab('info.picocli:picocli-groovy:4.7.3')
     @GrabConfig(systemClassLoader=true)
     @Command(name = "myScript",
             mixinStandardHelpOptions = true, // add --help and --version options
    @@ -18728,7 +18728,7 @@ 

    30.1.2. G When upgrading scripts from picocli versions older than 4.0, just changing the version number is not enough! -Scripts should use @Grab('info.picocli:picocli-groovy:4.7.3-SNAPSHOT'). The old artifact id @Grab('info.picocli:picocli:4.7.3-SNAPSHOT') will not work, +Scripts should use @Grab('info.picocli:picocli-groovy:4.7.3'). The old artifact id @Grab('info.picocli:picocli:4.7.3') will not work, because the @picocli.groovy.PicocliScript annotation class and supporting classes have been moved into a separate module, picocli-groovy. @@ -18835,7 +18835,7 @@

    -
    @Grab('info.picocli:picocli-groovy:4.7.3-SNAPSHOT')
    +
    @Grab('info.picocli:picocli-groovy:4.7.3')
     @GrabExclude('org.codehaus.groovy:groovy-all') // work around GROOVY-7613
     ...
    @@ -19026,13 +19026,13 @@

    37.1. Build too
    Gradle
    -
    implementation 'info.picocli:picocli:4.7.3-SNAPSHOT'
    +
    implementation 'info.picocli:picocli:4.7.3'
    Gradle (Kotlin)
    -
    implementation("info.picocli:picocli:4.7.3-SNAPSHOT")
    +
    implementation("info.picocli:picocli:4.7.3")
    @@ -19041,46 +19041,46 @@

    37.1. Build too
    <dependency>
       <groupId>info.picocli</groupId>
       <artifactId>picocli</artifactId>
    -  <version>4.7.3-SNAPSHOT</version>
    +  <version>4.7.3</version>
     </dependency>

    Scala SBT
    -
    libraryDependencies += "info.picocli" % "picocli" % "4.7.3-SNAPSHOT"
    +
    libraryDependencies += "info.picocli" % "picocli" % "4.7.3"
    Ivy
    -
    <dependency org="info.picocli" name="picocli" rev="4.7.3-SNAPSHOT" />
    +
    <dependency org="info.picocli" name="picocli" rev="4.7.3" />
    Grape
    @Grapes(
    -    @Grab(group='info.picocli', module='picocli', version='4.7.3-SNAPSHOT')
    +    @Grab(group='info.picocli', module='picocli', version='4.7.3')
     )
    Leiningen
    -
    [info.picocli/picocli "4.7.3-SNAPSHOT"]
    +
    [info.picocli/picocli "4.7.3"]
    Buildr
    -
    'info.picocli:picocli:jar:4.7.3-SNAPSHOT'
    +
    'info.picocli:picocli:jar:4.7.3'
    JBang
    -
    //DEPS info.picocli:picocli:4.7.3-SNAPSHOT
    +
    //DEPS info.picocli:picocli:4.7.3
    @@ -19088,7 +19088,7 @@

    37.1. Build too

    37.2. Source

    By using picocli in source form, you can avoid having an external dependency on picocli. -Picocli has only one source file: CommandLine.java. +Picocli has only one source file: CommandLine.java. This facilitates including picocli in your project: simply copy and paste the code of this file into a file called CommandLine.java, add it to your project, and enjoy!

    @@ -19097,8 +19097,8 @@

    37.2. Source

    diff --git a/docs/man/gen-manpage.html b/docs/man/gen-manpage.html index 78ccf675e..192407a3c 100644 --- a/docs/man/gen-manpage.html +++ b/docs/man/gen-manpage.html @@ -579,7 +579,7 @@

    Example

    -
    java -Duser.language=de -cp "myapp.jar;picocli-4.7.3-SNAPSHOT.jar;picocli-codegen-4.7.3-SNAPSHOT.jar" picocli.codegen.docgen.manpage.ManPageGenerator my.pkg.MyClass
    +
    java -Duser.language=de -cp "myapp.jar;picocli-4.7.3.jar;picocli-codegen-4.7.3.jar" picocli.codegen.docgen.manpage.ManPageGenerator my.pkg.MyClass
    @@ -587,8 +587,8 @@

    Example

    diff --git a/docs/man/gen-proxy-config.html b/docs/man/gen-proxy-config.html index 4c12f75c4..66cf18324 100644 --- a/docs/man/gen-proxy-config.html +++ b/docs/man/gen-proxy-config.html @@ -540,7 +540,7 @@

    Example

    -
    java -cp "myapp.jar;picocli-4.7.3-SNAPSHOT.jar;picocli-codegen-4.7.3-SNAPSHOT.jar" picocli.codegen.aot.graalvm.DynamicProxyConfigGenerator my.pkg.MyClass
    +
    java -cp "myapp.jar;picocli-4.7.3.jar;picocli-codegen-4.7.3.jar" picocli.codegen.aot.graalvm.DynamicProxyConfigGenerator my.pkg.MyClass
    @@ -548,8 +548,8 @@

    Example

    diff --git a/docs/man/gen-reflect-config.html b/docs/man/gen-reflect-config.html index 6d8d6bee3..e89e74af6 100644 --- a/docs/man/gen-reflect-config.html +++ b/docs/man/gen-reflect-config.html @@ -536,7 +536,7 @@

    Example

    -
    java -cp "myapp.jar;picocli-4.7.3-SNAPSHOT.jar;picocli-codegen-4.7.3-SNAPSHOT.jar" picocli.codegen.aot.graalvm.ReflectionConfigGenerator my.pkg.MyClass
    +
    java -cp "myapp.jar;picocli-4.7.3.jar;picocli-codegen-4.7.3.jar" picocli.codegen.aot.graalvm.ReflectionConfigGenerator my.pkg.MyClass
    @@ -544,8 +544,8 @@

    Example

    diff --git a/docs/man/gen-resource-config.html b/docs/man/gen-resource-config.html index b1e7c46cc..2799e5239 100644 --- a/docs/man/gen-resource-config.html +++ b/docs/man/gen-resource-config.html @@ -545,7 +545,7 @@

    Example

    -
    java -cp "myapp.jar;picocli-4.7.3-SNAPSHOT.jar;picocli-codegen-4.7.3-SNAPSHOT.jar" picocli.codegen.aot.graalvm.ResourceConfigGenerator my.pkg.MyClass
    +
    java -cp "myapp.jar;picocli-4.7.3.jar;picocli-codegen-4.7.3.jar" picocli.codegen.aot.graalvm.ResourceConfigGenerator my.pkg.MyClass
    @@ -553,8 +553,8 @@

    Example

    diff --git a/docs/man/generate-completion.html b/docs/man/generate-completion.html index c3cc9e59d..27bc6fb3b 100644 --- a/docs/man/generate-completion.html +++ b/docs/man/generate-completion.html @@ -487,8 +487,8 @@

    Options

    diff --git a/docs/man/picocli.AutoComplete.html b/docs/man/picocli.AutoComplete.html index af653b050..e863cc52f 100644 --- a/docs/man/picocli.AutoComplete.html +++ b/docs/man/picocli.AutoComplete.html @@ -574,7 +574,7 @@

    Example

    -
    java -cp "myapp.jar;picocli-4.7.3-SNAPSHOT.jar" \
    +
    java -cp "myapp.jar;picocli-4.7.3.jar" \
                 picocli.AutoComplete my.pkg.MyClass
    @@ -583,8 +583,8 @@

    Example

    diff --git a/docs/picocli-programmatic-api.adoc b/docs/picocli-programmatic-api.adoc index 83d241f56..d23e4058e 100644 --- a/docs/picocli-programmatic-api.adoc +++ b/docs/picocli-programmatic-api.adoc @@ -1,7 +1,7 @@ = Programmatic API //:author: Remko Popma //:email: rpopma@apache.org -:revnumber: 4.7.3-SNAPSHOT +:revnumber: 4.7.3 :revdate: 2023-04-16 :toc: left :numbered: diff --git a/docs/picocli-programmatic-api.html b/docs/picocli-programmatic-api.html index 9aa4e5f30..0244e7e21 100644 --- a/docs/picocli-programmatic-api.html +++ b/docs/picocli-programmatic-api.html @@ -517,7 +517,7 @@