You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by aa...@apache.org on 2013/11/02 21:01:37 UTC

svn commit: r1538259 - in /click/branches/click-3.0.0/click: build/ documentation/ documentation/docs/ documentation/xdocs/src/docbook/click/ examples/src/ framework/src/

Author: aadrian
Date: Sat Nov  2 20:01:36 2013
New Revision: 1538259

URL: http://svn.apache.org/r1538259
Log:
bump version number to 3.0.0-M1

Modified:
    click/branches/click-3.0.0/click/build/build.properties
    click/branches/click-3.0.0/click/documentation/docs/click.html
    click/branches/click-3.0.0/click/documentation/docs/roadmap-changes.html
    click/branches/click-3.0.0/click/documentation/docs/upgrade-path.html
    click/branches/click-3.0.0/click/documentation/header.html
    click/branches/click-3.0.0/click/documentation/xdocs/src/docbook/click/click-book.xml
    click/branches/click-3.0.0/click/examples/src/click-page.properties
    click/branches/click-3.0.0/click/framework/src/click-control.properties

Modified: click/branches/click-3.0.0/click/build/build.properties
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/build/build.properties?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/build/build.properties (original)
+++ click/branches/click-3.0.0/click/build/build.properties Sat Nov  2 20:01:36 2013
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=2.3.1
+version=3.0.0-M1
 
 # App Server deployment directory by Ant target 'deploy-webapps'
 dir.appserver=c:/java/apache-tomcat-7/webapps

Modified: click/branches/click-3.0.0/click/documentation/docs/click.html
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/documentation/docs/click.html?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/documentation/docs/click.html (original)
+++ click/branches/click-3.0.0/click/documentation/docs/click.html Sat Nov  2 20:01:36 2013
@@ -114,6 +114,13 @@ For those interested in the design philo
 <h3 style="margin-top:25px">Latest News</h3>
 
 <div class="news">
+    <div class="news-header">?? January 2014 - Apache Click 3.0.0-M1 released</div>
+    <div class="news-item">
+        We are pleased to announce the release of Click 3.0.0-M1.
+    </div>
+</div>
+
+<div class="news">
     <div class="news-header">5 April 2011 - ClickIDE 2.3.0.0 released</div>
     <div class="news-item">
         The latest version of ClickIDE, v2.3.0.0, is available for

Modified: click/branches/click-3.0.0/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/documentation/docs/roadmap-changes.html?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/documentation/docs/roadmap-changes.html (original)
+++ click/branches/click-3.0.0/click/documentation/docs/roadmap-changes.html Sat Nov  2 20:01:36 2013
@@ -67,6 +67,24 @@
 <h4>A JIRA based <a href="https://issues.apache.org/jira/browse/CLK#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">RoadMap</a> with the next planned improvements.</h4>
 <h4><strong>Changes</strong> (all since v0.1) :</h4>
 <dl>
+  <dt><a name="3.0.0-M1"></a>
+     <div class="release-header">Latest Stable Release - Version 3.0.0-M1 - ?? Jan 2014</div>
+  </dt>
+  <dd>
+      <div style="margin-left:-2em;margin-bottom:1em;">
+          <b>IMPORTANT:</b> be sure to read the <a href="upgrade-path.html#3.0.0-M1">upgrade path</a>
+          when upgrading from previous releases.
+      </div>
+      <div style="margin-left: -2em; margin-top: 1.5em; margin-bottom: 1em;">
+          <b>New features and issues resolved:</b>
+      </div>
+      <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
+          <li class="change">
+              change ...
+          </li>
+      </ul>
+  </dd>
+
   <dt><a name="2.4.0"></a>
       <div class="release-header">Latest Stable Release - Version 2.4.0 - ?? November 2013</div>
   </dt>

Modified: click/branches/click-3.0.0/click/documentation/docs/upgrade-path.html
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/documentation/docs/upgrade-path.html?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/documentation/docs/upgrade-path.html (original)
+++ click/branches/click-3.0.0/click/documentation/docs/upgrade-path.html Sat Nov  2 20:01:36 2013
@@ -78,7 +78,19 @@ versions please email the Click user gro
 <h2>Version Upgrades</h2>
 
 <dl>
-    <dt><a name="2.3.1"></a>
+
+  <dt><a name="3.0.0-M1"></a>
+  <div class="release-header">Version 3.0.0-M1 Upgrade</div>
+  </dt>
+  <dd>
+      <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
+          <li class="change">
+              Minimal requirements are now: Java 6 and Servlet 3.0
+          </li>
+      </ul>
+  </dd>
+
+  <dt><a name="2.3.1"></a>
   <div class="release-header">Version 2.3.1 Upgrade</div>
   </dt>
   <dd>

Modified: click/branches/click-3.0.0/click/documentation/header.html
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/documentation/header.html?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/documentation/header.html (original)
+++ click/branches/click-3.0.0/click/documentation/header.html Sat Nov  2 20:01:36 2013
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 2.3.1
+       Version 3.0.0-M1
       </a> 
     </span>
   </div>

Modified: click/branches/click-3.0.0/click/documentation/xdocs/src/docbook/click/click-book.xml
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/documentation/xdocs/src/docbook/click/click-book.xml?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/documentation/xdocs/src/docbook/click/click-book.xml (original)
+++ click/branches/click-3.0.0/click/documentation/xdocs/src/docbook/click/click-book.xml Sat Nov  2 20:01:36 2013
@@ -36,7 +36,7 @@
 			<holder>The Apache Software Foundation</holder>
 		</copyright>
 		
-		<releaseinfo>V 2.3.1</releaseinfo>
+		<releaseinfo>V 3.0.0-M1</releaseinfo>
 		
 		<productname>Click</productname>
 		

Modified: click/branches/click-3.0.0/click/examples/src/click-page.properties
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/examples/src/click-page.properties?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/examples/src/click-page.properties (original)
+++ click/branches/click-3.0.0/click/examples/src/click-page.properties Sat Nov  2 20:01:36 2013
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=2.3.1
+version=3.0.0-M1
 
 deleteConfirm=Are you sure you want to remove this {0}?
 

Modified: click/branches/click-3.0.0/click/framework/src/click-control.properties
URL: http://svn.apache.org/viewvc/click/branches/click-3.0.0/click/framework/src/click-control.properties?rev=1538259&r1=1538258&r2=1538259&view=diff
==============================================================================
--- click/branches/click-3.0.0/click/framework/src/click-control.properties (original)
+++ click/branches/click-3.0.0/click/framework/src/click-control.properties Sat Nov  2 20:01:36 2013
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=2.4-RC1
+click-version=3.0.0-M1
 
 field-maxlength-error={0} must be no longer than {1} characters
 field-minlength-error={0} must be at least {1} characters