Skip to content

Commit

Permalink
updated groupId in poms
Browse files Browse the repository at this point in the history
  • Loading branch information
mg6maciej committed Oct 5, 2013
1 parent 049d51f commit 523213a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android-maps-extensions-demo/pom.xml
Expand Up @@ -9,7 +9,7 @@
<packaging>apk</packaging>

<parent>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions</artifactId>
<version>${project.parent.version}</version>
<type>apklib</type>
Expand Down
2 changes: 1 addition & 1 deletion android-maps-extensions-libs-installer/pom.xml
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<parent>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion android-maps-extensions/pom.xml
Expand Up @@ -8,7 +8,7 @@
<packaging>apklib</packaging>

<parent>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions google-play-services-samples/pom.xml
Expand Up @@ -9,7 +9,7 @@
<packaging>apk</packaging>

<parent>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions</artifactId>
<version>${project.parent.version}</version>
<type>apklib</type>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<name>Android Maps Extensions Parent</name>
<groupId>pl.mg6.android.maps.extensions</groupId>
<groupId>com.androidmapsextensions</groupId>
<artifactId>android-maps-extensions-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit 523213a

Please sign in to comment.