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 2011/01/30 04:49:49 UTC

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

Author: sabob
Date: Sun Jan 30 03:49:49 2011
New Revision: 1065175

URL: http://svn.apache.org/viewvc?rev=1065175&view=rev
Log:
update click version

Modified:
    click/trunk/click/build/build.properties
    click/trunk/click/documentation/docs/click-cheat-sheet.odg
    click/trunk/click/documentation/docs/click-cheat-sheet.pdf
    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=1065175&r1=1065174&r2=1065175&view=diff
==============================================================================
--- click/trunk/click/build/build.properties (original)
+++ click/trunk/click/build/build.properties Sun Jan 30 03:49:49 2011
@@ -16,7 +16,7 @@
 # under the License.
 
 # Build version
-version=2.3.0-RC1
+version=2.3.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/click-cheat-sheet.odg
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click-cheat-sheet.odg?rev=1065175&r1=1065174&r2=1065175&view=diff
==============================================================================
Binary files - no diff available.

Modified: click/trunk/click/documentation/docs/click-cheat-sheet.pdf
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/click-cheat-sheet.pdf?rev=1065175&r1=1065174&r2=1065175&view=diff
==============================================================================
Binary files - no diff available.

Modified: click/trunk/click/documentation/header.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/header.html?rev=1065175&r1=1065174&r2=1065175&view=diff
==============================================================================
--- click/trunk/click/documentation/header.html (original)
+++ click/trunk/click/documentation/header.html Sun Jan 30 03:49:49 2011
@@ -41,7 +41,7 @@
   	   target="topic"
        title="RoadMap and Changes"
        href="docs/roadmap-changes.html">
-       Version 2.3.0-RC1
+       Version 2.3.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=1065175&r1=1065174&r2=1065175&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 Sun Jan 30 03:49:49 2011
@@ -36,7 +36,7 @@
 			<holder>The Apache Software Foundation</holder>
 		</copyright>
 		
-		<releaseinfo>V 2.3.0-RC1</releaseinfo>
+		<releaseinfo>V 2.3.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=1065175&r1=1065174&r2=1065175&view=diff
==============================================================================
--- click/trunk/click/examples/src/click-page.properties (original)
+++ click/trunk/click/examples/src/click-page.properties Sun Jan 30 03:49:49 2011
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=2.3.0-RC1
+version=2.3.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=1065175&r1=1065174&r2=1065175&view=diff
==============================================================================
--- click/trunk/click/framework/src/click-control.properties (original)
+++ click/trunk/click/framework/src/click-control.properties Sun Jan 30 03:49:49 2011
@@ -16,7 +16,7 @@
 # under the License.
 
 # Click Control messages
-click-version=2.3.0-RC1
+click-version=2.3.0
 
 field-maxlength-error={0} must be no longer than {1} characters
 field-minlength-error={0} must be at least {1} characters