Skip to content

Commit

Permalink
upgrade zk8 FL version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhsu committed Mar 31, 2015
1 parent 2b36618 commit dfe8692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>zk8-fullcalendar-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<zk.version>8.0.0-SNAPSHOT</zk.version>
<zk.version>8.0.0.FL.20150330-Eval</zk.version>
<commons-io>2.1</commons-io>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<packname>-${project.version}-FL-${maven.build.timestamp}</packname>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkplus</artifactId>
<version>8.0.0.FL.20150217-Eval</version>
<version>${zk.version}</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
Expand Down

0 comments on commit dfe8692

Please sign in to comment.