Merge branch '2.2.x'
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user