Skip to content

Commit

Permalink
REST-146. Use project. instead of parent. in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Taton committed Jul 17, 2014
1 parent 278612a commit cefe375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cdh4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>kiji-rest</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions cdh5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>kiji-rest</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cefe375

Please sign in to comment.