Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-02-08 13:33:36 -05:00
12 changed files with 190 additions and 25 deletions

View File

@@ -17,7 +17,7 @@
</parent>
<properties>
<maven.version>3.5.4</maven.version>
<maven.version>3.6.3</maven.version>
</properties>
<dependencyManagement>
@@ -55,7 +55,8 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version>
<!-- Compatible with Maven -->
<version>3.2.1</version>
</dependency>
<!-- FIXME: 3.0.0 missing classes running tests -->
<!--<dependency>

View File

@@ -51,7 +51,7 @@ public class LauncherCommand extends OptionParsingCommand {
public static final Log log = LogFactory.getLog(LauncherCommand.class);
private static final String DEFAULT_VERSION = "2.2.0.BUILD-SNAPSHOT";
private static final String DEFAULT_VERSION = "2.2.0.RELEASE";
private static final Collection<HelpExample> EXAMPLES = new ArrayList<>();