Updated Branches:
  refs/heads/1.5.1-SNAPSHOT 915acf953 -> eb54bc2c0

ACCUMULO-1546 fixing wikisearch pom to make maven release plugin happy


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3d9ac125
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3d9ac125
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3d9ac125

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: 3d9ac125a114c1ed6fcd3680451c709bc6f98d87
Parents: 360392c
Author: Mike Drob <md...@mdrob.com>
Authored: Thu Aug 15 01:34:24 2013 -0400
Committer: Mike Drob <md...@mdrob.com>
Committed: Thu Aug 15 01:37:21 2013 -0400

----------------------------------------------------------------------
 src/examples/wikisearch/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/3d9ac125/src/examples/wikisearch/pom.xml
----------------------------------------------------------------------
diff --git a/src/examples/wikisearch/pom.xml b/src/examples/wikisearch/pom.xml
index 1036436..0598c41 100644
--- a/src/examples/wikisearch/pom.xml
+++ b/src/examples/wikisearch/pom.xml
@@ -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>
@@ -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>

Reply via email to