ACCUMULO-481: update revision, remove "incubating" git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@1303527 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/eb86eae3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/eb86eae3 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/eb86eae3 Branch: refs/heads/1.4.5-SNAPSHOT Commit: eb86eae3d6a1843793e2d08ee5a3fef2400ac0f8 Parents: e7e7928 Author: Eric C. Newton <e...@apache.org> Authored: Wed Mar 21 19:44:40 2012 +0000 Committer: Eric C. Newton <e...@apache.org> Committed: Wed Mar 21 19:44:40 2012 +0000 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/eb86eae3/ingest/bin/ingest.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest.sh b/ingest/bin/ingest.sh index f743412..39afff0 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.0-incubating-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.1-SNAPSHOT.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/eb86eae3/ingest/bin/ingest_parallel.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh index 74dce9c..2407cef 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.0-incubating-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.1-SNAPSHOT.jar CONF=$SCRIPT_DIR/../conf/wikipedia.xml HDFS_DATA_DIR=$1 export HADOOP_CLASSPATH=$CLASSPATH http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/eb86eae3/ingest/pom.xml ---------------------------------------------------------------------- diff --git a/ingest/pom.xml b/ingest/pom.xml index 743a4e8..3a4e4fd 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-wikisearch</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.0-incubating-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/eb86eae3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 91f97b5..5859604 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-examples</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.0-incubating-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>accumulo-wikisearch</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/eb86eae3/query-war/pom.xml ---------------------------------------------------------------------- diff --git a/query-war/pom.xml b/query-war/pom.xml index 862f2aa..50ff054 100644 --- a/query-war/pom.xml +++ b/query-war/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-wikisearch</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.0-incubating-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <artifactId>wikisearch-query-war</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/eb86eae3/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 9ec1ad6..1c51744 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>accumulo-wikisearch</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.0-incubating-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent>