Skip to content

Commit

Permalink
4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mduchemin committed May 6, 2024
1 parent 2417ee4 commit cde7864
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gmapsz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.zkoss.zkforge"
version = "4.0.2"
version = "4.0.3"

description = """The Google Maps Component for ZK"""

Expand Down
4 changes: 2 additions & 2 deletions gmapsz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>gmapsz</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>jar</packaging>
<parent>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>gmapsz-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions gmapszTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>gmapsz-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</parent>
<properties>
<servlet.version>2.4</servlet.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>war</packaging>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>gmapsz-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>pom</packaging>
<properties>
<zk.version>9.6.0.2</zk.version>
Expand Down

0 comments on commit cde7864

Please sign in to comment.