You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2015/04/01 02:24:32 UTC

[50/50] [abbrv] maven git commit: Use a custom distribution name to not see this WIP branch built as the official binary

Use a custom distribution name to not see this WIP branch built as the official binary


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/baf99442
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/baf99442
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/baf99442

Branch: refs/heads/slf4j-log4j2
Commit: baf99442f4b8b3b96fd71ed9148056a0a4b6a745
Parents: dbad2e5
Author: Arnaud Héritier <ah...@apache.org>
Authored: Wed Apr 1 02:17:53 2015 +0200
Committer: Arnaud Héritier <ah...@apache.org>
Committed: Wed Apr 1 02:17:53 2015 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/baf99442/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 0442a12..2c7cab5 100644
--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@ END SNIPPET: ant-bootstrap -->
   <property name="distributionDirectory" value="apache-maven"/>
   <property name="distributionId" value="apache-maven"/>
   <property name="distributionShortName" value="Maven"/>
-  <property name="distributionName" value="Apache Maven"/>
+  <property name="distributionName" value="Apache Maven with Logxj II"/>
   <property name="it.workdir.version" value="3.0.x" />
   <property name="maven-compile.jvmargs" value="-Xmx512m -Xms512m"/>
   <property name="maven-compile.fork" value="true"/>