Skip to content

Commit

Permalink
change groupId to com.github.atermenji
Browse files Browse the repository at this point in the history
  • Loading branch information
atermenji committed Jul 8, 2013
1 parent 376b7ef commit 0bcb357
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>library</artifactId>
<artifactId>iconicdroid</artifactId>
<name>IconicDroid</name>
<packaging>apklib</packaging>

<parent>
<groupId>com.iconicdroid</groupId>
<artifactId>parent</artifactId>
<groupId>com.github.atermenji</groupId>
<artifactId>iconicdroid-parent</artifactId>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>7</version>
</parent>

<groupId>com.iconicdroid</groupId>
<artifactId>parent</artifactId>
<groupId>com.github.atermenji</groupId>
<artifactId>iconicdroid-parent</artifactId>
<packaging>pom</packaging>
<version>0.4.0</version>

Expand Down
10 changes: 5 additions & 5 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>sample</artifactId>
<artifactId>iconicdroid-sample</artifactId>
<name>IconicDroid Sample</name>
<packaging>apk</packaging>

<parent>
<groupId>com.iconicdroid</groupId>
<artifactId>parent</artifactId>
<groupId>com.github.atermenji</groupId>
<artifactId>iconicdroid-parent</artifactId>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand All @@ -21,8 +21,8 @@
</dependency>

<dependency>
<groupId>com.iconicdroid</groupId>
<artifactId>library</artifactId>
<groupId>com.github.atermenji</groupId>
<artifactId>iconicdroid</artifactId>
<version>${project.version}</version>
<type>apklib</type>
</dependency>
Expand Down

0 comments on commit 0bcb357

Please sign in to comment.