Skip to content

Commit

Permalink
release 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkadmin committed Aug 10, 2021
1 parent c318d7a commit d37dc80
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 17 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.6.0-FL
version=9.6.0
Binary file modified dist/lib/breeze.jar
Binary file not shown.
Binary file modified dist/lib/sapphire.jar
Binary file not shown.
Binary file modified dist/lib/silvertail.jar
Binary file not shown.
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<groupId>org.zkoss.common</groupId>
<artifactId>zcommon</artifactId>
Expand Down
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<groupId>org.zkoss.common</groupId>
<artifactId>zel</artifactId>
Expand Down
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zhtml</artifactId>
<packaging>jar</packaging>
Expand Down
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.6.0-SNAPSHOT</version>
<version>9.6.0</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.6.0-SNAPSHOT</version>
<version>9.6.0</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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zk</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zk/src/org/zkoss/zk/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ public class Version {
* It is the same as {@link org.zkoss.zk.ui.WebApp#getVersion}.
* @since 3.0.0
*/
public static final String RELEASE = "9.6.0-FL";
public static final String RELEASE = "9.6.0";
}
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zkbind</artifactId>
<packaging>jar</packaging>
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zkplus-legacy</artifactId>
<packaging>jar</packaging>
Expand Down
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zkplus</artifactId>
<packaging>jar</packaging>
Expand Down
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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zksandbox</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion zktest/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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zktest</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion zkwebfragment/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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zkwebfragment</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zul/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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<artifactId>zul</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zweb-dsp/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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<groupId>org.zkoss.common</groupId>
<artifactId>zweb-dsp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zweb/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.6.0-SNAPSHOT</version>
<version>9.6.0</version>
</parent>
<groupId>org.zkoss.common</groupId>
<artifactId>zweb</artifactId>
Expand Down

0 comments on commit d37dc80

Please sign in to comment.