Skip to content

Commit

Permalink
release 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkadmin committed Mar 9, 2021
1 parent 3457da7 commit ee82af7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 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.5.1-SNAPSHOT</version>
<version>9.5.1</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.5.1-SNAPSHOT</version>
<version>9.5.1</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.5.1-SNAPSHOT</version>
<version>9.5.1</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.5.1-SNAPSHOT</version>
<version>9.5.1</version>
</parent>
<artifactId>silvertail</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions zkthemedemo/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.5.1-SNAPSHOT</version>
<version>9.5.1</version>
</parent>
<artifactId>zkthemedemo</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.zkoss.theme</groupId>
<artifactId>atlantic</artifactId>
<version>9.5.0</version>
<version>9.5.1</version>
</dependency>
<dependency>
<groupId>org.zkoss.theme</groupId>
Expand Down

0 comments on commit ee82af7

Please sign in to comment.