Skip to content

Commit

Permalink
release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkadmin committed Dec 10, 2019
1 parent ccb3de3 commit f4de34f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion breeze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zktheme</artifactId>
<groupId>org.zkoss.theme</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<artifactId>breeze</artifactId>
<packaging>jar</packaging>
Expand Down
Binary file modified dist/breeze.jar
Binary file not shown.
Binary file modified dist/sapphire.jar
Binary file not shown.
Binary file modified dist/silvertail.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.theme</groupId>
<artifactId>zktheme</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>pom</packaging>
<name>ZK Theme Maven Bulider</name>
<url>http://www.zkoss.org/themes</url>
Expand Down
2 changes: 1 addition & 1 deletion sapphire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zkoss.theme</groupId>
<artifactId>zktheme</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<artifactId>sapphire</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion silvertail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zkoss.theme</groupId>
<artifactId>zktheme</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<artifactId>silvertail</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions zkthemedemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>zktheme</artifactId>
<groupId>org.zkoss.theme</groupId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>
<artifactId>zkthemedemo</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>war</packaging>
<name>ZK Theme Demo</name>
<url>http://www.zkoss.org/themes</url>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.zkoss.theme</groupId>
<artifactId>atlantic</artifactId>
<version>9.0.0-RC2</version>
<version>9.0.0</version>
</dependency>
<dependency>
<groupId>org.zkoss.theme</groupId>
Expand Down

0 comments on commit f4de34f

Please sign in to comment.