From ab20ab7b17216aea2b96057cce90f6e7ec844d68 Mon Sep 17 00:00:00 2001 From: "Eric C. Newton" Date: Wed, 17 Oct 2012 12:35:26 +0000 Subject: [PATCH] ACCUMULO-819 switch the version information in the 1.4 branch git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@1399202 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 16d3cf5..8dca09c 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.2-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3-SNAPSHOT.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 f83bf0b..2f2bb5b 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.2-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.3-SNAPSHOT.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 0dd3aa5..e5124eb 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index c517589..eedf7b6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ accumulo-examples org.apache.accumulo - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ../ accumulo-wikisearch diff --git a/query-war/pom.xml b/query-war/pom.xml index 1e9fd2c..47133b4 100644 --- a/query-war/pom.xml +++ b/query-war/pom.xml @@ -20,7 +20,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT wikisearch-query-war diff --git a/query/pom.xml b/query/pom.xml index 488c897..d80d28c 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -19,7 +19,7 @@ accumulo-wikisearch org.apache.accumulo - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ../