Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
ACCUMULO-1546 fixing wikisearch pom to make maven release plugin happy
Browse files Browse the repository at this point in the history
  • Loading branch information
madrob committed Aug 15, 2013
1 parent a208a7c commit fb1d6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
<version>${version.accumulo}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -200,7 +200,7 @@
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>cloudtrace</artifactId>
<version>${version.accumulo}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
Expand Down

0 comments on commit fb1d6c5

Please sign in to comment.