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
../