You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/03/22 12:16:40 UTC

svn commit: r1580196 - in /maven/site/trunk/content/apt: guides/development/guide-plugin-documentation.apt guides/mini/guide-central-repository-upload.apt pom.apt

Author: khmarbaise
Date: Sat Mar 22 11:16:39 2014
New Revision: 1580196

URL: http://svn.apache.org/r1580196
Log:
[MNGSITE-191]
 - Changed the information accordingly using
   "Apache License, Version 2.0" instead of 
   "The Apache Software License, Version 2.0"

Modified:
    maven/site/trunk/content/apt/guides/development/guide-plugin-documentation.apt
    maven/site/trunk/content/apt/guides/mini/guide-central-repository-upload.apt
    maven/site/trunk/content/apt/pom.apt

Modified: maven/site/trunk/content/apt/guides/development/guide-plugin-documentation.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/development/guide-plugin-documentation.apt?rev=1580196&r1=1580195&r2=1580196&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/development/guide-plugin-documentation.apt (original)
+++ maven/site/trunk/content/apt/guides/development/guide-plugin-documentation.apt Sat Mar 22 11:16:39 2014
@@ -111,7 +111,7 @@ mvn site
   [...]
   <licenses>
     <license>
-      <name>The Apache Software License, Version 2.0</name>
+      <name>Apache License, Version 2.0</name>
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>

Modified: maven/site/trunk/content/apt/guides/mini/guide-central-repository-upload.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-central-repository-upload.apt?rev=1580196&r1=1580195&r2=1580196&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/mini/guide-central-repository-upload.apt (original)
+++ maven/site/trunk/content/apt/guides/mini/guide-central-repository-upload.apt Sat Mar 22 11:16:39 2014
@@ -57,7 +57,7 @@ Guide to uploading artifacts to the Cent
 
   <licenses>
     <license>
-      <name>The Apache Software License, Version 2.0</name>
+      <name>Apache License, Version 2.0</name>
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>

Modified: maven/site/trunk/content/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/pom.apt?rev=1580196&r1=1580195&r2=1580196&view=diff
==============================================================================
--- maven/site/trunk/content/apt/pom.apt (original)
+++ maven/site/trunk/content/apt/pom.apt Sat Mar 22 11:16:39 2014
@@ -1264,7 +1264,7 @@ mvn install:install-file -Dfile=non-mave
 +-------------------------+
 <licenses>
   <license>
-    <name>The Apache Software License, Version 2.0</name>
+    <name>Apache License, Version 2.0</name>
     <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     <distribution>repo</distribution>
     <comments>A business-friendly OSS license</comments>
@@ -1918,4 +1918,4 @@ mvn help:active-profiles
 ======================
 
   Aspects of this guide were originally published in the
-  {{{http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html}Maven 2 Pom Demystified}}.
\ No newline at end of file
+  {{{http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html}Maven 2 Pom Demystified}}.