You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/05/19 17:14:15 UTC

svn commit: r1680312 - /tomee/site/trunk/lib/path.pm

Author: rmannibucau
Date: Tue May 19 15:14:15 2015
New Revision: 1680312

URL: http://svn.apache.org/r1680312
Log:
changing template for 7 snapshot download page

Modified:
    tomee/site/trunk/lib/path.pm

Modified: tomee/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/tomee/site/trunk/lib/path.pm?rev=1680312&r1=1680311&r2=1680312&view=diff
==============================================================================
--- tomee/site/trunk/lib/path.pm (original)
+++ tomee/site/trunk/lib/path.pm Tue May 19 15:14:15 2015
@@ -22,14 +22,14 @@ our @patterns = (
     [qr!^/downloads.html$!, news_page => { }],
     [qr!^/download/.*.html$!, news_page => { }],
 
-    [qr!^/download/.*1.*-snapshot.mdtext$!, basic => {
+    [qr!^/download/tomee-1.*-snapshot.mdtext$!, basic => {
         template => "snapshot.html"
     }],
     [qr!^/download/tomee-2.*-snapshot.mdtext$!, basic => {
-        template => "snapshot.html"
+        template => "snapshot7.html"
     }],
     [qr!^/download/tomee-7.*-snapshot.mdtext$!, basic => {
-        template => "snapshot.html"
+        template => "snapshot7.html"
     }],
 
     [qr!README\.md(text)?$!, example => {