Author: sabob
Date: Sat Jan 22 12:54:24 2011
New Revision: 1062147
URL: http://svn.apache.org/viewvc?rev=1062147&view=rev
Log:
update click version
Modified:
click/trunk/click/build/build.properties
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=1062147&r1=1062146&r2=1062147&view=diff
==============================================================================
--- click/trunk/click/build/build.properties (original)
+++ click/trunk/click/build/build.properties Sat Jan 22 12:54:24 2011
@@ -16,7 +16,7 @@
# under the License.
# Build version
-version=2.3.0-M1
+version=2.3.0-RC1
# App Server deployment directory by Ant target 'deploy-webapps'
dir.appserver=C:/bin/Java/apache-tomcat-6.0/webapps
Modified: click/trunk/click/documentation/header.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/header.html?rev=1062147&r1=1062146&r2=1062147&view=diff
==============================================================================
--- click/trunk/click/documentation/header.html (original)
+++ click/trunk/click/documentation/header.html Sat Jan 22 12:54:24 2011
@@ -41,7 +41,7 @@
target="topic"
title="RoadMap and Changes"
href="docs/roadmap-changes.html">
- Version 2.3.0-M1
+ Version 2.3.0-RC1
</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=1062147&r1=1062146&r2=1062147&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 Sat Jan 22 12:54:24
2011
@@ -36,7 +36,7 @@
<holder>The Apache Software Foundation</holder>
</copyright>
- <releaseinfo>V 2.3.0-M1</releaseinfo>
+ <releaseinfo>V 2.3.0-RC1</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=1062147&r1=1062146&r2=1062147&view=diff
==============================================================================
--- click/trunk/click/examples/src/click-page.properties (original)
+++ click/trunk/click/examples/src/click-page.properties Sat Jan 22 12:54:24 2011
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-version=2.3.0-M1
+version=2.3.0-RC1
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=1062147&r1=1062146&r2=1062147&view=diff
==============================================================================
--- click/trunk/click/framework/src/click-control.properties (original)
+++ click/trunk/click/framework/src/click-control.properties Sat Jan 22 12:54:24 2011
@@ -16,7 +16,7 @@
# under the License.
# Click Control messages
-click-version=2.3.0-M1
+click-version=2.3.0-RC1
field-maxlength-error={0} must be no longer than {1} characters
field-minlength-error={0} must be at least {1} characters
|