Skip to content

Commit

Permalink
upgrade to ZK 10.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsonChan authored and jumperchen committed Nov 12, 2024
1 parent 6ff2c01 commit fc93620
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.zkoss.zk
version=10.1.0
version=10.2.0-SNAPSHOT
description=zk

# dependencies
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>10.1.0</version>
<version>10.2.0-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>10.1.0</version>
<version>10.2.0-SNAPSHOT</version>
<name>ZK Parent POM</name>
<url>https://www.zkoss.org/</url>
<description>ZK Parent POM Module</description>
Expand Down
8 changes: 8 additions & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ZK 10.2.0
* Features

* Bugs

* Upgrade Notes

--------
ZK 10.1.0
Nov 12, 2024
* Features
Expand Down
2 changes: 1 addition & 1 deletion zksandbox/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.zkoss.zk
version=10.1.0
version=10.2.0-SNAPSHOT
2 changes: 1 addition & 1 deletion zktest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.zkoss.zk
version=10.1.0
version=10.2.0-SNAPSHOT
junitVersion=5.10.0
zktestWithoutA11y=false
zktestWithJacoco=false

0 comments on commit fc93620

Please sign in to comment.