ANY23-366 changed 'name' to 'id' in appassembler-maven-plugin
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/8d7b4fd6 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/8d7b4fd6 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/8d7b4fd6 Branch: refs/heads/master Commit: 8d7b4fd67e26bc9ab07af0e26bc002c35b0c6176 Parents: 8cd464b Author: Hans <[email protected]> Authored: Thu Jul 12 14:41:46 2018 -0500 Committer: Hans <[email protected]> Committed: Thu Jul 12 14:41:46 2018 -0500 ---------------------------------------------------------------------- cli/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/8d7b4fd6/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index fdb4ca0..34af56f 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -332,7 +332,7 @@ <programs> <program> <mainClass>org.apache.any23.cli.ToolRunner</mainClass> - <name>any23</name> + <id>any23</id> <jvmSettings> <maxMemorySize>6000m</maxMemorySize> </jvmSettings>
