You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/02/16 12:41:02 UTC

svn commit: r910484 - in /click/trunk/click: build/ documentation/ documentation/docs/ documentation/xdocs/src/docbook/click/ examples/src/ framework/src/

Author: sabob
Date: Tue Feb 16 11:40:50 2010
New Revision: 910484

URL: http://svn.apache.org/viewvc?rev=910484&view=rev
Log:
updated to latest version

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

Modified: click/trunk/click/build/build.properties
URL: http://svn.apache.org/viewvc/click/trunk/click/build/build.properties?rev=910484&r1=910483&r2=910484&view=diff
==============================================================================
--- click/trunk/click/build/build.properties (original)
+++ click/trunk/click/build/build.properties Tue Feb 16 11:40:50 2010
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=2.1.0
+version=2.2.0
 
 # App Server deployment directory by Ant target 'deploy-webapps'
 dir.appserver=C:/bin/Java/apache-tomcat-6.0/webapps

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=910484&r1=910483&r2=910484&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Tue Feb 16 11:40:50 2010
@@ -76,8 +76,27 @@
 <h2>Changes</h2>
 
 <dl>
+  <dt><a name="2.2.0"></a>
+    <div class="release-header">Development Release - Version 2.2.0 M1 - ?? March 2010</div>
+  </dt>
+  <dd>
+    <div style="margin-left:-2em;margin-bottom:1em;">
+      IMPORTANT be sure to read the <a href="upgrade-path.html">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">
+          [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-???">???</a>].
+      </li>
+    </ul>
+  </dd>
+
+  <dt><div class="release-header">Archives</div></dt>
   <dt><a name="2.1.0"></a>
-    <div class="release-header">Latest Stable Release - Version 2.1.0 - 10 February 2010</div>
+    <div>Latest Stable Release - Version 2.1.0 - 10 February 2010</div>
   </dt>
   <dd>
     <div style="margin-left:-2em;margin-bottom:1em;">
@@ -503,8 +522,6 @@
     </ul>
   </dd>
 
-  <dt><div class="release-header">Archives</div></dt>
-
   <dt><a name="2.1.0-RC1"></a>Version 2.1.0-RC1 (Apache incubator) - 28 June 2009</dt>
   <dd>
     <div style="margin-left:-2em;margin-bottom:1em;">

Modified: click/trunk/click/documentation/header.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/header.html?rev=910484&r1=910483&r2=910484&view=diff
==============================================================================
--- click/trunk/click/documentation/header.html (original)
+++ click/trunk/click/documentation/header.html Tue Feb 16 11:40:50 2010
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 2.1.0
+       Version 2.2.0
       </a> 
     </span>
   </div>

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml?rev=910484&r1=910483&r2=910484&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/click-book.xml Tue Feb 16 11:40:50 2010
@@ -35,7 +35,7 @@
 			<holder>The Apache Software Foundation</holder>
 		</copyright>
 		
-		<releaseinfo>V 2.1.0</releaseinfo>
+		<releaseinfo>V 2.2.0</releaseinfo>
 		
 		<productname>Click</productname>
 		

Modified: click/trunk/click/examples/src/click-page.properties
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/src/click-page.properties?rev=910484&r1=910483&r2=910484&view=diff
==============================================================================
--- click/trunk/click/examples/src/click-page.properties (original)
+++ click/trunk/click/examples/src/click-page.properties Tue Feb 16 11:40:50 2010
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=2.1.0
+version=2.2.0
 
 deleteConfirm=Are you sure you want to remove this {0}?
 

Modified: click/trunk/click/framework/src/click-control.properties
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/click-control.properties?rev=910484&r1=910483&r2=910484&view=diff
==============================================================================
--- click/trunk/click/framework/src/click-control.properties (original)
+++ click/trunk/click/framework/src/click-control.properties Tue Feb 16 11:40:50 2010
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=2.1.0
+click-version=2.2.0
 
 field-maxlength-error={0} must be no longer than {1} characters
 field-minlength-error={0} must be at least {1} characters