Author: andygumbrecht
Date: Mon May 12 14:39:09 2014
New Revision: 1593979

URL: http://svn.apache.org/r1593979
Log:
No cache

Modified:
    tomee/site/trunk/content/dev/release-tomee.mdtext
    tomee/site/trunk/templates/basic.html

Modified: tomee/site/trunk/content/dev/release-tomee.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/dev/release-tomee.mdtext?rev=1593979&r1=1593978&r2=1593979&view=diff
==============================================================================
--- tomee/site/trunk/content/dev/release-tomee.mdtext (original)
+++ tomee/site/trunk/content/dev/release-tomee.mdtext Mon May 12 14:39:09 2014
@@ -126,7 +126,7 @@ Have a look at **run.sh** to see the ent
 Understand that the release tools are not polished, and you currently may have 
to edit source and re-compile.
 
 ###Site Staging
-
+<a href="#staging"/>
 For some of the release steps you will need to provide documentation on the 
site. Checkout the site here:
 
 
[https://svn.apache.org/repos/asf/tomee/site/trunk](https://svn.apache.org/repos/asf/tomee/site/trunk)
@@ -226,8 +226,19 @@ If the vote fails then discuss, fix and 
 
 Once the vote has passed then release the binaries on Nexus: 
[https://repository.apache.org/index.html#welcome](https://repository.apache.org/index.html#welcome)
 
+Update both OpenEJB and TomEE JIRA versions as released (Set the release date).
+
+Copy the binaries to the release location (User rights require a PMC to do 
this)
+
+       From: 
https://dist.apache.org/repos/dist/dev/tomee/staging-[stagingId]/tomee-[version]
+       To: https://dist.apache.org/repos/dist/release/tomee/tomee-[version] 
+       
+Commit and publish changes to the site, see [Site 
Staging](release-tomee.html#staging) 
+
 ###Blog
 
+Announce to the world that TomEE has new bells and whistles!
+
 https://blogs.apache.org/roller-ui/login.rol
 
-Follow the steps in tasks - In progress...
+

Modified: tomee/site/trunk/templates/basic.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/templates/basic.html?rev=1593979&r1=1593978&r2=1593979&view=diff
==============================================================================
--- tomee/site/trunk/templates/basic.html (original)
+++ tomee/site/trunk/templates/basic.html Mon May 12 14:39:09 2014
@@ -4,8 +4,10 @@
 
     <meta charset="utf-8">
       <title>{% block title %}{{ headers.title }}{% endblock %}</title>
-    <meta name="description" content="">
-    <meta name="author" content="">
+    <meta name="description" content="Apache TomEE">
+    <meta name="author" content="Apache TomEE">
+       <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
+       <META HTTP-EQUIV="Expires" CONTENT="-1">
 
     <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
     <!--[if lt IE 9]>


Reply via email to