Repository: commons-text
Updated Branches:
  refs/heads/master a28e32ea2 -> 1b97c306e


TEXT-53: promotion to proper in pom


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1b97c306
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1b97c306
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/1b97c306

Branch: refs/heads/master
Commit: 1b97c306ea805010ff5e97a17f0e6d2fdd7c9cb0
Parents: a28e32e
Author: Rob Tompkins <[email protected]>
Authored: Sat Jan 7 07:51:40 2017 -0500
Committer: Rob Tompkins <[email protected]>
Committed: Sat Jan 7 07:51:40 2017 -0500

----------------------------------------------------------------------
 pom.xml                              | 4 ++--
 src/site/resources/download_text.cgi | 4 ++++
 src/site/site.xml                    | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/1b97c306/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 28b9c15..a4a177a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <site>
       <id>apache.website</id>
       <name>Apache Commons Site</name>
-      
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-text/</url>
+      
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text/</url>
     </site>
   </distributionManagement>
 
@@ -125,7 +125,7 @@
     <commons.jira.pid>12318221</commons.jira.pid>
 
     <commons.site.path>text</commons.site.path>
-    
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-text
+    
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text
     </commons.scmPubUrl>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 

http://git-wip-us.apache.org/repos/asf/commons-text/blob/1b97c306/src/site/resources/download_text.cgi
----------------------------------------------------------------------
diff --git a/src/site/resources/download_text.cgi 
b/src/site/resources/download_text.cgi
new file mode 100755
index 0000000..495cde1
--- /dev/null
+++ b/src/site/resources/download_text.cgi
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/commons-text/blob/1b97c306/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 5ae59d8..35c303f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,7 +25,7 @@
     <body>
         <menu name="Text">
             <item name="Overview"                 href="/index.html"/>
-            <item name="Download"                 
href="/download_commons-text.cgi"/>
+            <item name="Download"                 
href="http://commons.apache.org/text/download_text.cgi"/>
             <item name="Release History"          
href="/release-history.html"/>
             <item name="Javadoc (Latest release)" 
href="javadocs/api-release/index.html"/>
         </menu>

Reply via email to