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/02/02 15:28:16 UTC

git commit: publish site to fixed location /ref/3-latest to better use svnpubsub: release directory creation will be done with "svn cp 3-latest "

Updated Branches:
  refs/heads/master 3ad5e5403 -> ab9b42d3d


publish site to fixed location /ref/3-latest to better use svnpubsub:
release directory creation will be done with "svn cp 3-latest <effective
release version>"

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

Branch: refs/heads/master
Commit: ab9b42d3dbdc4ac37ad23f2f697918f28972718c
Parents: 3ad5e54
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Feb 2 15:28:13 2013 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Feb 2 15:28:13 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/ab9b42d3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1fe6310..05cdf27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/${project.version}</url>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3-latest</url>
     </site>
   </distributionManagement>