Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed May 27, 2015
1 parent 568224c commit dc594d6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.theme</groupId>
<artifactId>atlantic</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0</version>
<properties>
<zk.version>7.0.3-Eval</zk.version>
<zk.version>8.0.0-RC</zk.version>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<packname>-${project.version}</packname>
</properties>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkmax</artifactId>
<version>${zk.version}</version>
<version>${zk.version}-Eval</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/zkoss/theme/atlantic/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "1.0.6";
public static final String UID = "1.1.0";
}
2 changes: 1 addition & 1 deletion src/main/resources/metainfo/zk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<depends>zul</depends>
<version>
<version-class>org.zkoss.theme.atlantic.Version</version-class>
<version-uid>1.0.6</version-uid>
<version-uid>1.1.0</version-uid>
</version>

<listener>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

<version>
<version-class>org.zkoss.theme.atlantic.Version</version-class>
<version-uid>1.0.6</version-uid>
<version-uid>1.1.0</version-uid>
</version>
</language-addon>
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7.0.3
1.0.6
8.0.0-RC
1.1.0
3 changes: 2 additions & 1 deletion zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--------
Atlantic 1.0.6
Atlantic 1.1.0
May 27 2015
* Features:
ZK-2707: Add a timepicker component
* Bugs:
Expand Down

0 comments on commit dc594d6

Please sign in to comment.