You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/03/18 23:35:06 UTC

git commit: removed unused configuration

Updated Branches:
  refs/heads/master f50ae7b05 -> 10983877d


removed unused configuration

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

Branch: refs/heads/master
Commit: 10983877dcd8649169d184f75e767edf4f5ec4e1
Parents: f50ae7b
Author: Hervé Boutemy <hb...@apache.org>
Authored: Mon Mar 18 23:35:03 2013 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Mon Mar 18 23:35:03 2013 +0100

----------------------------------------------------------------------
 pom.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/10983877/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b0ca441..a500fa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,6 @@
     <distributionId>apache-maven</distributionId>
     <distributionShortName>Maven</distributionShortName>
     <distributionName>Apache Maven</distributionName>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/ref/${project.version}/</siteUrl>
     <maven.site.path>ref/3-LATEST</maven.site.path>
   </properties>
 
@@ -420,7 +418,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.2</version>
           <dependencies><!-- TODO remove when upgrading m-site-p to 3.3 -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
@@ -432,7 +429,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0-beta-2</version>
           <configuration>
             <content>${project.build.directory}/staging/${maven.site.path}</content>
             <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>