Skip to content

Commit c0ee1db

Browse files
committed
Changed version to 1.0.2-SNAPSHOT
1 parent 8a2dbf0 commit c0ee1db

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

GoogleMaps/android/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-android</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212

1313
<name>googlemaps-android</name>
1414
<build>

GoogleMaps/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.codenameone</groupId>
1111
<artifactId>googlemaps-common</artifactId>
12-
<version>1.0.1</version>
12+
<version>1.0.2-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

GoogleMaps/ios/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-ios</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212

1313
<name>googlemaps-ios</name>
1414
<build>

GoogleMaps/javascript/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-javascript</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212

1313
<name>googlemaps-javascript</name>
1414
<build>

GoogleMaps/javase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-javase</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212

1313
<name>googlemaps-javase</name>
1414

GoogleMaps/lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-lib</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>googlemaps-lib</name>
1414

GoogleMaps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Codename One Google Maps Library</name>

GoogleMaps/tests/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps-tests</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-tests-common</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313

1414

GoogleMaps/tests/javase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>googlemaps-tests</artifactId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>googlemaps-tests-javase</artifactId>
11-
<version>1.0.1</version>
11+
<version>1.0.2-SNAPSHOT</version>
1212

1313
<name>googlemaps-tests-javase</name>
1414

GoogleMaps/tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>googlemaps</artifactId>
66
<groupId>com.codenameone</groupId>
7-
<version>1.0.1</version>
7+
<version>1.0.2-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.codenameone</groupId>
1111
<artifactId>googlemaps-tests</artifactId>
12-
<version>1.0.1</version>
12+
<version>1.0.2-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>googlemaps-tests</name>

0 commit comments

Comments
 (0)