From 99862355fcda39330fc5c0b9853f8e22a8c399af Mon Sep 17 00:00:00 2001 From: "Eric C. Newton" Date: Mon, 11 Mar 2013 14:21:27 +0000 Subject: [PATCH] ACCUMULO-1168 preparing 1.4.3 tag git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4.3@1455159 13f79535-47bb-0310-9956-ffa450edef68 --- ingest/bin/ingest.sh | 2 +- ingest/bin/ingest_parallel.sh | 2 +- ingest/pom.xml | 2 +- pom.xml | 2 +- query-war/pom.xml | 2 +- query/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ingest/bin/ingest.sh b/ingest/bin/ingest.sh index 8dca09c..54ed26f 100755 --- a/ingest/bin/ingest.sh +++ b/ingest/bin/ingest.sh @@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'` # # Map/Reduce job # -JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh index 2f2bb5b..0a31926 100755 --- a/ingest/bin/ingest_parallel.sh +++ b/ingest/bin/ingest_parallel.sh @@ -38,7 +38,7 @@ LIBJARS=`echo $CLASSPATH | sed 's/^://' | sed 's/:/,/g'` # # Map/Reduce job # -JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH diff --git a/ingest/pom.xml b/ingest/pom.xml index e5124eb..c63e040 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.3-SNAPSHOT + 1.4.3 ../ diff --git a/pom.xml b/pom.xml index eedf7b6..b61ced7 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ accumulo-examples org.apache.accumulo - 1.4.3-SNAPSHOT + 1.4.3 ../ accumulo-wikisearch diff --git a/query-war/pom.xml b/query-war/pom.xml index 47133b4..2500edc 100644 --- a/query-war/pom.xml +++ b/query-war/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.3-SNAPSHOT + 1.4.3 wikisearch-query-war diff --git a/query/pom.xml b/query/pom.xml index d80d28c..44ae21e 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -19,7 +19,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.3-SNAPSHOT + 1.4.3 ../