Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhsu committed Oct 15, 2014
1 parent 7186e6c commit 67ec70f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
7 changes: 3 additions & 4 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.3-SNAPSHOT</version>
<version>1.0.3</version>
<properties>
<zk.version>7.0.4-SNAPSHOT</zk.version>
<zk.version>7.0.3-Eval</zk.version>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<packname>-${project.version}</packname>
</properties>
Expand All @@ -26,8 +26,7 @@
<url>http://mavensync.zkoss.org/maven2</url>
</repository>
<repository>
<id>ZK EVAL</id>
<name>ZK Evaluation Repository</name>
<id>ZK PE/EE Evaluation</id>
<url>http://mavensync.zkoss.org/eval/</url>
</repository>
</repositories>
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.2";
public static final String UID = "1.0.3";
}
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.2</version-uid>
<version-uid>1.0.3</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.2</version-uid>
<version-uid>1.0.3</version-uid>
</version>
</language-addon>
4 changes: 2 additions & 2 deletions version
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7.0.1
1.0.2
7.0.3
1.0.3
11 changes: 11 additions & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
--------
Atlantic 1.0.2
Sep 4 2014
* Features:
* Support ZK 7.0.3.1

* Bugs:
* Upgrade Notes:

--------
Atlantic 1.0.2
Sep 4 2014
* Features:
* Support ZK 7.0.3

* Bugs:
* Upgrade Notes:

--------
Atlantic 1.0.1
Mar 12 2014
* Features:
Expand All @@ -16,6 +26,7 @@ Mar 12 2014
* Fix Notification icon position
* Upgrade Notes:

--------
Atlantic 1.0.0
Nov 26 2013
* Features:
Expand Down

0 comments on commit 67ec70f

Please sign in to comment.