Skip to content

Commit

Permalink
release 4.11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed Oct 8, 2019
1 parent f80e531 commit f02b909
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ckez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>ckez</artifactId>
<version>4.11.1.1-SNAPSHOT</version>
<version>4.11.1.1</version>
<properties>
<zk.version>5.0.6</zk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ckez/src/archive/metainfo/zk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Copyright (C) 2012 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkforge.ckez.Version</version-class>
<version-uid>4.11.1.0</version-uid>
<version-uid>4.11.1.1</version-uid>
<zk-version>5.0.6</zk-version><!-- or later -->
</version>

Expand Down
4 changes: 2 additions & 2 deletions ckez/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (C) 2009 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkforge.ckez.Version</version-class>
<version-uid>4.11.1.0</version-uid>
<version-uid>4.11.1.1</version-uid>
<zk-version>5.0.6</zk-version><!-- or later -->
</version>

Expand All @@ -31,7 +31,7 @@ Copyright (C) 2009 Potix Corporation. All Rights Reserved.
such that, if the version is changed, the browser will reload them.
The name is either a package's name or a portion of it.
-->
<javascript-module name="ckez" version="4.11.1.0"/>
<javascript-module name="ckez" version="4.11.1.1"/>

<zscript>
import org.zkforge.ckez.*;
Expand Down
2 changes: 1 addition & 1 deletion ckez/src/main/java/org/zkforge/ckez/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "4.11.1.0";
public static final String UID = "4.11.1.1";
}
2 changes: 1 addition & 1 deletion test/addon/ckeztest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<jasperreports.version>4.0.1</jasperreports.version>
<jfreechart.version>1.0.13</jfreechart.version>
<filters.version>2.0.235</filters.version>
<ckez.version>4.11.1.1-SNAPSHOT</ckez.version>
<ckez.version>4.11.1.1</ckez.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<version>8.0.5-Eval</version>
Expand Down
1 change: 1 addition & 0 deletions zkdoc/ckez-release-note
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Ckez 4.11.1.1
October 8, 2019
* Features:
ZKCK-49: Revisit CE_NON_DEFERRABLE events

Expand Down

0 comments on commit f02b909

Please sign in to comment.