Skip to content

Commit

Permalink
upgrade to 9.5.1.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed May 26, 2022
1 parent 901c4a6 commit 59a5da6
Show file tree
Hide file tree
Showing 68 changed files with 94 additions and 86 deletions.
2 changes: 1 addition & 1 deletion build.setting
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ optimize=true
#Invoke the shell script directly
#start.service=Apache Tomcat 6
#Used if Tomcat is installed as a Windows service
version=9.5.1.3
version=9.5.1.4-FL
2 changes: 1 addition & 1 deletion deploy/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
2 changes: 1 addition & 1 deletion jsdoc/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
9.5.1.3
9.5.1.4
project=ZK Client Engine
2 changes: 1 addition & 1 deletion zcommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<groupId>org.zkoss.common</groupId>
<artifactId>zcommon</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions zcommon/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: Potix Common Library
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss
Implementation-URL: http://www.zkoss.org/prj/zcommon
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zcommon/src/archive/metainfo/xel/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Copyright (C) 2007 Potix Corporation. All Rights Reserved.
<config>
<version>
<version-class>org.zkoss.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<version-uid>9.5.1.4</version-uid>
</version>

<xel-config>
Expand Down
2 changes: 1 addition & 1 deletion zcommon/src/org/zkoss/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
public class Version {
/** The version UID used to identify the resources.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
}
2 changes: 1 addition & 1 deletion zcommon/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
2 changes: 1 addition & 1 deletion zel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<groupId>org.zkoss.common</groupId>
<artifactId>zel</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions zel/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: The ZK EL Library
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zel
Implementation-URL: http://www.zkoss.org/prj/zel
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zel/src/org/zkoss/zel/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
public class Version {
/** The version UID used to identify the resources.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
}
2 changes: 1 addition & 1 deletion zel/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
2 changes: 1 addition & 1 deletion zhtml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zhtml</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions zhtml/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: ZK XHTML Components
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zhtml
Implementation-URL: http://www.zkoss.org/prj/zhtml
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zhtml/src/archive/metainfo/zk/lang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright (C) 2005 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkoss.zhtml.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<version-uid>9.5.1.4</version-uid>
</version>

<treebuilder-class>org.zkoss.zhtml.impl.HtmlTreeBuilder</treebuilder-class>
Expand Down
2 changes: 1 addition & 1 deletion zhtml/src/org/zkoss/zhtml/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ public class Version {
/**
* Returns the version UID.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
}
2 changes: 1 addition & 1 deletion zhtml/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
2 changes: 1 addition & 1 deletion zk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zk-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<packaging>pom</packaging>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
<name>ZK Parent POM</name>
<url>https://www.zkoss.org/</url>
<description>ZK Parent POM Module</description>
Expand Down
2 changes: 1 addition & 1 deletion zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zk</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions zk/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: ZK Framework
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zk
Implementation-URL: http://www.zkoss.org/prj/zk
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zk/src/archive/metainfo/tld/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Copyright (C) 2007 Potix Corporation. All Rights Reserved.
<depends>zweb</depends>
<version>
<version-class>org.zkoss.zk.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<version-uid>9.5.1.4</version-uid>
</version>
<taglib>
<taglib-uri>http://www.zkoss.org/dsp/zk/core</taglib-uri>
Expand Down
2 changes: 1 addition & 1 deletion zk/src/archive/metainfo/zk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright (C) 2007 Potix Corporation. All Rights Reserved.
<config-name>zk</config-name><!-- used to resolve dependency -->
<version>
<version-class>org.zkoss.zk.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<version-uid>9.5.1.4</version-uid>
</version>

<!-- Note: zscript-config is applied to the whole system. Not just this language.
Expand Down
4 changes: 2 additions & 2 deletions zk/src/org/zkoss/zk/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
public class Version {
/** The version UID used to identify the resources.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
/** The release version. The official version.
* It is the same as {@link org.zkoss.zk.ui.WebApp#getVersion}.
* @since 3.0.0
*/
public static final String RELEASE = "9.5.1.3";
public static final String RELEASE = "9.5.1.4-FL";
}
2 changes: 1 addition & 1 deletion zk/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
2 changes: 1 addition & 1 deletion zkbind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zkbind</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions zkbind/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: ZK Bind
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.bind
Implementation-URL: http://www.zkoss.org/prj/zkbind
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zkbind/src/archive/metainfo/zk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Copyright (C) 2011 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkoss.bind.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<version-uid>9.5.1.4</version-uid>
</version>

<listener>
Expand Down
4 changes: 2 additions & 2 deletions zkbind/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Copyright (C) 2011 Potix Corporation. All Rights Reserved.
<javascript package="zkbind"/>
<version>
<version-class>org.zkoss.bind.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<zk-version>9.5.1.3</zk-version><!-- or later -->
<version-uid>9.5.1.4</version-uid>
<zk-version>9.5.1.4</zk-version><!-- or later -->
</version>

<zscript language="Java">
Expand Down
2 changes: 1 addition & 1 deletion zkbind/src/org/zkoss/bind/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
}
2 changes: 1 addition & 1 deletion zkbind/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
8 changes: 8 additions & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ZK 9.5.1.4
* Features

* Bugs

* Upgrade Notes

--------
ZK 9.5.1.3
Apr 29, 2021
* Features
Expand Down
2 changes: 1 addition & 1 deletion zkplus-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zkplus-legacy</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions zkplus-legacy/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: The ZK Plus Utilities (Legacy)
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zkplus
Implementation-URL: http://www.zkoss.org/prj/zkplus-legacy
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
4 changes: 2 additions & 2 deletions zkplus-legacy/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Copyright (C) 2006 Potix Corporation. All Rights Reserved.
<language-name>xul/html</language-name>
<version>
<version-class>org.zkoss.zkplus.legacy.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<zk-version>9.5.1.3</zk-version><!-- or later -->
<version-uid>9.5.1.4</version-uid>
<zk-version>9.5.1.4</zk-version><!-- or later -->
</version>
<zscript language="Java">
import org.zkoss.zkplus.databind.*;
Expand Down
2 changes: 1 addition & 1 deletion zkplus-legacy/src/org/zkoss/zkplus/legacy/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
}
2 changes: 1 addition & 1 deletion zkplus-legacy/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
2 changes: 1 addition & 1 deletion zkplus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zkplus</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions zkplus/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: The ZK Plus Utilities
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zkplus
Implementation-URL: http://www.zkoss.org/prj/zkplus
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
4 changes: 2 additions & 2 deletions zkplus/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Copyright (C) 2006 Potix Corporation. All Rights Reserved.
<language-name>xul/html</language-name>
<version>
<version-class>org.zkoss.zkplus.Version</version-class>
<version-uid>9.5.1.3</version-uid>
<zk-version>9.5.1.3</zk-version><!-- or later -->
<version-uid>9.5.1.4</version-uid>
<zk-version>9.5.1.4</zk-version><!-- or later -->
</version>
</language-addon>
2 changes: 1 addition & 1 deletion zkplus/src/org/zkoss/zkplus/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "9.5.1.3";
public static final String UID = "9.5.1.4";
}
2 changes: 1 addition & 1 deletion zkplus/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
9.5.1.3
9.5.1.4
deprecation=off
2 changes: 1 addition & 1 deletion zksandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.zkoss.zk</groupId>
<artifactId>zk-parent</artifactId>
<relativePath>../zk-parent/pom.xml</relativePath>
<version>9.5.1.3</version>
<version>9.5.1.4-SNAPSHOT</version>
</parent>
<artifactId>zksandbox</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions zksandbox/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: ZK DEMO
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zksandbox
Implementation-URL: http://www.zkoss.org/prj/zksandbox
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zksandbox/version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
9.5.1.3
9.5.1.4
unchecked=off
deprecation=off
4 changes: 2 additions & 2 deletions zksandboxs/src/archive/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Specification-Title: ZK Demo
Specification-Version: 9.5.1.3
Specification-Version: 9.5.1.4
Specification-Vendor: Potix Corporation
Implementation-Title: org.zkoss.zksandbox
Implementation-URL: http://www.zkoss.org/prj/zksandbox
Implementation-Version: 9.5.1.3
Implementation-Version: 9.5.1.4
Implementation-Vendor: Potix Corporation
2 changes: 1 addition & 1 deletion zksandboxs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.1.3
9.5.1.4
Loading

0 comments on commit 59a5da6

Please sign in to comment.