ACCUMULO-1546 sliding the version since 1.4.4 has been released
Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/80828054 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/80828054 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/80828054 Branch: refs/heads/master Commit: 80828054f2724cc57f872a1454b760a0be01842d Parents: a208a7c Author: Eric Newton <e...@apache.org> Authored: Fri Aug 30 11:09:00 2013 -0400 Committer: Eric Newton <e...@apache.org> Committed: Fri Aug 30 11:09:00 2013 -0400 ---------------------------------------------------------------------- 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/80828054/ingest/bin/ingest.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest.sh b/ingest/bin/ingest.sh index 3eb5df4..acdcbf8 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.4-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.5-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/80828054/ingest/bin/ingest_parallel.sh ---------------------------------------------------------------------- diff --git a/ingest/bin/ingest_parallel.sh b/ingest/bin/ingest_parallel.sh index c2ef4b3..8c63ac0 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.4-SNAPSHOT.jar +JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.5-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/80828054/ingest/pom.xml ---------------------------------------------------------------------- diff --git a/ingest/pom.xml b/ingest/pom.xml index f2a8f77..29b2047 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.4-SNAPSHOT</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/80828054/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1036436..1ea9a2a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>accumulo-examples</artifactId> <groupId>org.apache.accumulo</groupId> - <version>1.4.4-SNAPSHOT</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>accumulo-wikisearch</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/80828054/query-war/pom.xml ---------------------------------------------------------------------- diff --git a/query-war/pom.xml b/query-war/pom.xml index 555f995..485d584 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.4-SNAPSHOT</version> + <version>1.4.5-SNAPSHOT</version> </parent> <artifactId>wikisearch-query-war</artifactId> http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/80828054/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 9d20269..05b1e46 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.4-SNAPSHOT</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent>