diff --git a/build.setting b/build.setting index 9afaa73fe03..4547f5e5f27 100644 --- a/build.setting +++ b/build.setting @@ -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=8.6.4.1-FL +version=8.6.4.1 diff --git a/dist/lib/breeze.jar b/dist/lib/breeze.jar index 6d19c6494ca..47e8fb0cc66 100644 Binary files a/dist/lib/breeze.jar and b/dist/lib/breeze.jar differ diff --git a/dist/lib/sapphire.jar b/dist/lib/sapphire.jar index 34c36556f57..5d1398e134f 100644 Binary files a/dist/lib/sapphire.jar and b/dist/lib/sapphire.jar differ diff --git a/dist/lib/silvertail.jar b/dist/lib/silvertail.jar index c1608738f61..b6d79fa9185 100644 Binary files a/dist/lib/silvertail.jar and b/dist/lib/silvertail.jar differ diff --git a/zcommon/pom.xml b/zcommon/pom.xml index c40dce8c7bd..dca1cd82246 100644 --- a/zcommon/pom.xml +++ b/zcommon/pom.xml @@ -5,7 +5,7 @@ org.zkoss.common zcommon jar - 8.6.4.1-SNAPSHOT + 8.6.4.1 The ZKoss Common Library http://www.zkoss.org/common The ZKoss common library diff --git a/zel/pom.xml b/zel/pom.xml index 95bd48597b7..47f97b4c474 100644 --- a/zel/pom.xml +++ b/zel/pom.xml @@ -6,7 +6,7 @@ org.zkoss.common zel jar - 8.6.4.1-SNAPSHOT + 8.6.4.1 The ZK EL Library http://www.zkoss.org/common The ZK EL library diff --git a/zhtml/pom.xml b/zhtml/pom.xml index c8e7aa4979f..ccf6cf9bf68 100644 --- a/zhtml/pom.xml +++ b/zhtml/pom.xml @@ -5,7 +5,7 @@ org.zkoss.zk zhtml jar - 8.6.4.1-SNAPSHOT + 8.6.4.1 ZK XHTML Components http://www.zkoss.org/zhtml ZK XHTML components diff --git a/zk/pom.xml b/zk/pom.xml index 7300343812b..512597c9df1 100644 --- a/zk/pom.xml +++ b/zk/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.zkoss.zk zk - 8.6.4.1-SNAPSHOT + 8.6.4.1 jar ZK Kernel http://www.zkoss.org/zk diff --git a/zk/src/org/zkoss/zk/Version.java b/zk/src/org/zkoss/zk/Version.java index 9184f99ab43..5e7afe94210 100644 --- a/zk/src/org/zkoss/zk/Version.java +++ b/zk/src/org/zkoss/zk/Version.java @@ -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 = "8.6.4.1-FL"; + public static final String RELEASE = "8.6.4.1"; } diff --git a/zkbind/pom.xml b/zkbind/pom.xml index deb9bc5d5d9..eb1014bbf82 100644 --- a/zkbind/pom.xml +++ b/zkbind/pom.xml @@ -5,7 +5,7 @@ org.zkoss.zk zkbind jar - 8.6.4.1-SNAPSHOT + 8.6.4.1 ZK Bind http://www.zkoss.org/zkbind ZK Bind diff --git a/zkplus/pom.xml b/zkplus/pom.xml index 43b1166ae49..a93aac87997 100644 --- a/zkplus/pom.xml +++ b/zkplus/pom.xml @@ -8,7 +8,7 @@ 5.2.3.RELEASE - 8.6.4.1-SNAPSHOT + 8.6.4.1 ZK Plus Utilities http://www.zkoss.org/zkplus ZK plus utilities diff --git a/zksandbox/pom.xml b/zksandbox/pom.xml index b8435bf84cb..191afbdae95 100644 --- a/zksandbox/pom.xml +++ b/zksandbox/pom.xml @@ -22,7 +22,7 @@ 1.1_50 1.4.1 - 8.6.4.1-SNAPSHOT + 8.6.4.1 war diff --git a/zktest/pom.xml b/zktest/pom.xml index f5913f04ec7..fcfe0467693 100644 --- a/zktest/pom.xml +++ b/zktest/pom.xml @@ -28,7 +28,7 @@ debug/test-classes 1.7.3 - 8.6.4.1-SNAPSHOT + 8.6.4.1 ZK Test http://www.zkoss.org/ ZK Test diff --git a/zkwebfragment/pom.xml b/zkwebfragment/pom.xml index 3175aef7a43..1c498698089 100644 --- a/zkwebfragment/pom.xml +++ b/zkwebfragment/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.zkoss.zk zkwebfragment - 8.6.4.1-SNAPSHOT + 8.6.4.1 jar ZK Web Fragment http://www.zkoss.org/zkwebfragment diff --git a/zul/pom.xml b/zul/pom.xml index 05a9a7ef5c3..09be383dd6d 100644 --- a/zul/pom.xml +++ b/zul/pom.xml @@ -5,7 +5,7 @@ org.zkoss.zk zul jar - 8.6.4.1-SNAPSHOT + 8.6.4.1 ZK XUL Components http://www.zkoss.org/zul ZK XUL components (XML user interface markup language) diff --git a/zweb/pom.xml b/zweb/pom.xml index 8863aeda289..b3f1a3c59f8 100644 --- a/zweb/pom.xml +++ b/zweb/pom.xml @@ -5,7 +5,7 @@ org.zkoss.common zweb jar - 8.6.4.1-SNAPSHOT + 8.6.4.1 The ZKoss Web Library http://www.zkoss.org/web The ZKoss Web library