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 2016/01/07 11:26:27 UTC

[2/3] maven git commit: MNG-3507: Use a custom distribution name to not see this WIP branch built as the official binary

MNG-3507: 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/f3eac27e
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f3eac27e
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f3eac27e

Branch: refs/heads/slf4j-log4j2.5
Commit: f3eac27e1342df98473b10dca1b00ffe618db3ee
Parents: ad363fe
Author: Arnaud Héritier <ah...@apache.org>
Authored: Wed Apr 1 02:17:53 2015 +0200
Committer: Arnaud Héritier <ah...@apache.org>
Committed: Thu Jan 7 11:08:30 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/f3eac27e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ccfca3b..8937ca0 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"/>