Skip to content

Commit 3f368b6

Browse files
zkadminDevChu
authored andcommitted
release 9.6.0
1 parent 9b5e12a commit 3f368b6

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

breeze/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zktheme</artifactId>
66
<groupId>org.zkoss.theme</groupId>
7-
<version>9.6.0-SNAPSHOT</version>
7+
<version>9.6.0</version>
88
</parent>
99
<artifactId>breeze</artifactId>
1010
<packaging>jar</packaging>

dist/breeze.jar

1.45 KB
Binary file not shown.

dist/sapphire.jar

1.45 KB
Binary file not shown.

dist/silvertail.jar

1.51 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.zkoss.theme</groupId>
55
<artifactId>zktheme</artifactId>
6-
<version>9.6.0-SNAPSHOT</version>
6+
<version>9.6.0</version>
77
<packaging>pom</packaging>
88
<name>ZK Theme Maven Bulider</name>
99
<url>http://www.zkoss.org/themes</url>

sapphire/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zkoss.theme</groupId>
88
<artifactId>zktheme</artifactId>
9-
<version>9.6.0-SNAPSHOT</version>
9+
<version>9.6.0</version>
1010
</parent>
1111
<artifactId>sapphire</artifactId>
1212
<packaging>jar</packaging>

silvertail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zkoss.theme</groupId>
88
<artifactId>zktheme</artifactId>
9-
<version>9.6.0-SNAPSHOT</version>
9+
<version>9.6.0</version>
1010
</parent>
1111
<artifactId>silvertail</artifactId>
1212
<packaging>jar</packaging>

zkthemedemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zktheme</artifactId>
66
<groupId>org.zkoss.theme</groupId>
7-
<version>9.6.0-SNAPSHOT</version>
7+
<version>9.6.0</version>
88
</parent>
99
<artifactId>zkthemedemo</artifactId>
1010
<packaging>war</packaging>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.zkoss.theme</groupId>
6565
<artifactId>atlantic</artifactId>
66-
<version>9.5.1</version>
66+
<version>9.6.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.zkoss.theme</groupId>

0 commit comments

Comments
 (0)