ACCUMULO-614 slide version in 1.4 branch now that 1.4.1 has been released git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@1358245 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/873f98ce Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/873f98ce Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/873f98ce Branch: refs/heads/master Commit: 873f98cecd8c60cd140179274373d92770ff1daf Parents: a286a87 Author: Eric C. Newton <e...@apache.org> Authored: Fri Jul 6 14:42:59 2012 +0000 Committer: Eric C. Newton <e...@apache.org> Committed: Fri Jul 6 14:42:59 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/873f98ce/ingest/bin/ingest.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest.sh b/ingest/bin/ingest.sh index 39afff0..16d3cf5 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.1-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.2-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/873f98ce/ingest/bin/ingest_parallel.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh index 2407cef..f83bf0b 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.1-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.2-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/873f98ce/ingest/pom.xml ---------------------------------------------------------------------- diff --git a/ingest/pom.xml b/ingest/pom.xml index 3a4e4fd..0dd3aa5 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.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5859604..c517589 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-examples</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>accumulo-wikisearch</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/query-war/pom.xml ---------------------------------------------------------------------- diff --git a/query-war/pom.xml b/query-war/pom.xml index 50ff054..1e9fd2c 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.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </parent> <artifactId>wikisearch-query-war</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/873f98ce/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 1c51744..488c897 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.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent>