You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/09/26 23:03:40 UTC

svn commit: r1390726 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: dennisl
Date: Wed Sep 26 21:03:40 2012
New Revision: 1390726

URL: http://svn.apache.org/viewvc?rev=1390726&view=rev
Log:
[MSITE-644] NullPointerException when site URL is not defined in distributionManagement

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1390726&r1=1390725&r2=1390726&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed Sep 26 21:03:40 2012
@@ -309,7 +309,7 @@ under the License.
       <version>2.5</version>
     </dependency>
 
-    <!-- Doxia-sitetools -->
+    <!-- Doxia Sitetools -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-decoration-model</artifactId>
@@ -321,10 +321,11 @@ under the License.
       <version>${doxiaSitetoolsVersion}</version>
     </dependency>
 
+    <!-- Doxia Tools -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-integration-tools</artifactId>
-      <version>1.5-SNAPSHOT</version>
+      <version>1.5</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.maven</groupId>