You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by uj...@apache.org on 2014/03/19 17:08:43 UTC

[33/50] [abbrv] git commit: ACCUMULO-1546 fixing wikisearch pom to make maven release plugin happy

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


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

Branch: refs/heads/master
Commit: fb1d6c5866f9ccfdb9d4d19b1b4dfe57a462409d
Parents: a208a7c
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

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


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