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 2014/03/29 13:29:43 UTC

git commit: fixed url and simplified svnpubsub configuration

Repository: maven-scm
Updated Branches:
  refs/heads/master 65c82b6ad -> 8609fb631


fixed url and simplified svnpubsub configuration


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

Branch: refs/heads/master
Commit: 8609fb6319aa9c48a1778297d4fcc5d8644f6022
Parents: 65c82b6
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Mar 29 13:28:26 2014 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Mar 29 13:28:26 2014 +0100

----------------------------------------------------------------------
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/8609fb63/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a1e763..6efa915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
   <name>Maven SCM</name>
   <description>Maven SCM provides a common API for doing SCM operations.</description>
-  <url>${maven.scm.url}</url>
+  <url>http://maven.apache.org/scm/</url>
   <inceptionYear>2003</inceptionYear>
 
   <mailingLists>
@@ -134,10 +134,7 @@
   </distributionManagement>
 
   <properties>
-    <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
     <maven.site.path>scm-archives/scm-LATEST</maven.site.path>
-    <maven.scm.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/maven/content/scm-archives/scm-LATEST</maven.scm.scmPubUrl>
-    <maven.scm.url>http://maven.apache.org/scm-archives/scm-LATEST/</maven.scm.url>
   </properties>
 
   <dependencyManagement>
@@ -324,7 +321,6 @@
           <artifactId>maven-scm-publish-plugin</artifactId>
           <version>1.0-beta-2</version>
           <configuration>
-            <pubScmUrl>scm:svn:${maven.scm.scmPubUrl}</pubScmUrl>
             <checkinComment>Apache Maven Scm site deployment</checkinComment>
             <content>${project.build.directory}/staging/${maven.site.path}</content>
             <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>