You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/12/11 22:27:18 UTC

git commit: o just to distinguish on the CLI it has logback inside

Updated Branches:
  refs/heads/slf4j-logback 77d59af53 -> 7f9e28052


o just to distinguish on the CLI it has logback inside


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

Branch: refs/heads/slf4j-logback
Commit: 7f9e280522379fc0f3ac09f4d81e8188cdb54192
Parents: 77d59af
Author: Jason van Zyl <jv...@apache.org>
Authored: Tue Dec 11 16:26:55 2012 -0500
Committer: Jason van Zyl <jv...@apache.org>
Committed: Tue Dec 11 16:26:55 2012 -0500

----------------------------------------------------------------------
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/7f9e2805/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4bbbec9..715d634 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 (Logback)"/>
   <property name="it.workdir.version" value="3.0.x" />
 
   <target name="initTaskDefs">