Skip to content

Commit

Permalink
upgrade to Atlantic 8.6.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed Jun 9, 2020
1 parent 2b6f569 commit bf30595
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>8.6.0.1</version>
<version>8.6.0.2</version>
<properties>
<zk.version>8.5.1.2-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>8.6.0.1</version-uid>
<version-uid>8.6.0.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>8.6.0.1</version-uid>
<version-uid>8.6.0.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 = "8.6.0.1";
public static final String UID = "8.6.0.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
8.6.0.1
8.6.0.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 8.6.0.2
Jun 10, 2020
* Features:

* Bugs:

* Upgrade Notes:
Same as 8.6.0 (Version alignment)

--------
Atlantic 8.6.0.1
Nov 20, 2018
* Features:
Expand Down

0 comments on commit bf30595

Please sign in to comment.