Skip to content

Commit

Permalink
Merge pull request #130 from GPrathap/master
Browse files Browse the repository at this point in the history
changed group id
  • Loading branch information
sumedharubasinghe committed May 3, 2016
2 parents 71b13f0 + 5f38afa commit 9ea75c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version>${version}</version>
</dependency>
<dependency>
<groupId>${deviceType}</groupId>
<groupId>${groupId}</groupId>
<artifactId>${project-base-package}.api</artifactId>
<version>${version}</version>
<type>war</type>
Expand Down Expand Up @@ -108,7 +108,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${deviceType}</groupId>
<groupId>${groupId}</groupId>
<artifactId>${project-base-package}.api</artifactId>
<type>war</type>
<overWrite>true</overWrite>
Expand Down

0 comments on commit 9ea75c3

Please sign in to comment.