Skip to content

Commit

Permalink
upgrade to Atlantic 9.0.1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed May 5, 2020
1 parent c93e613 commit 45846fd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
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>atlantic</artifactId>
<version>9.0.1.1</version>
<version>9.0.1.2</version>
<properties>
<zk.version>8.6.0.1-Eval</zk.version>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
Expand Down
2 changes: 1 addition & 1 deletion src/archive/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>9.0.1.1</version-uid>
<version-uid>9.0.1.2</version-uid>
</version>

<listener>
Expand Down
2 changes: 1 addition & 1 deletion src/archive/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>9.0.1.1</version-uid>
<version-uid>9.0.1.2</version-uid>
</version>
</language-addon>
2 changes: 1 addition & 1 deletion src/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 = "9.0.1.1";
public static final String UID = "9.0.1.2";
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
8.5.0
9.0.1.1
9.0.1.2
10 changes: 10 additions & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Atlantic 9.0.1.2
May 5, 2020
* Features:

* Bugs:

* Upgrade Notes:
Same as 9.0.1 (Version alignment)

--------
Atlantic 9.0.1.1
May 5, 2020
* Features:
Expand Down

0 comments on commit 45846fd

Please sign in to comment.