Skip to content

Commit

Permalink
upgrade to Atlantic 9.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed May 26, 2020
1 parent 45846fd commit cd2e6c5
Show file tree
Hide file tree
Showing 6 changed files with 24 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.2</version>
<version>9.1.0-SNAPSHOT</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.2</version-uid>
<version-uid>9.1.0</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.2</version-uid>
<version-uid>9.1.0</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.2";
public static final String UID = "9.1.0";
}
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.2
9.1.0
19 changes: 19 additions & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Atlantic 9.1.0
* Features:

* Bugs:

* Upgrade Notes:
Same as 9.0.1 (Version alignment)

--------
Atlantic 9.0.0.1
May 19, 2020
* Features:

* Bugs:

* Upgrade Notes:
Same as 9.0.0 (Version alignment)

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

0 comments on commit cd2e6c5

Please sign in to comment.