Skip to content

Commit

Permalink
to Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondChao committed Jul 17, 2014
1 parent 9d1ec00 commit b0dc081
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gmapsz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>gmapsz</artifactId>
<version>3.0.3-FL</version>
<version>3.0.3</version>
<packaging>jar</packaging>
<properties>
<zk.version>6.5.0</zk.version>
Expand Down
4 changes: 2 additions & 2 deletions gmapsz/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (C) 2006 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkoss.gmaps.Version</version-class>
<version-uid>3.0.3-FL</version-uid>
<version-uid>3.0.3</version-uid>
<zk-version>5.0.0</zk-version><!-- or later -->
</version>

Expand All @@ -31,7 +31,7 @@ Copyright (C) 2006 Potix Corporation. All Rights Reserved.
such that, if the version is changed, the browser will reload them.
The name is either a package's name or a portion of it.
-->
<javascript-module name="gmaps" version="3.0.3-FL"/>
<javascript-module name="gmaps" version="3.0.3"/>

<zscript>
import org.zkoss.gmaps.*;
Expand Down
2 changes: 1 addition & 1 deletion gmapsz/src/org/zkoss/gmaps/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "3.0.3-FL";
public static final String UID = "3.0.3";
}
2 changes: 1 addition & 1 deletion gmapsz/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3-FL
3.0.3
2 changes: 1 addition & 1 deletion gmapszTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<jetty.version>6.1.16</jetty.version>
<js.version>1.7R1</js.version>
<poi.version>3.7</poi.version>
<gmapsz.version>3.0.3-FL</gmapsz.version>
<gmapsz.version>3.0.3</gmapsz.version>
</properties>
<version>7.0.2-Eval</version>
<packaging>war</packaging>
Expand Down

0 comments on commit b0dc081

Please sign in to comment.