diff --git a/assembly/pom.xml b/assembly/pom.xml
index 3c87009203..38cbf6cf1b 100755
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -135,6 +135,10 @@
org.apache.httpcomponents
httpclient
+
+ org.apache.httpcomponents
+ httpcore
+
commons-beanutils
commons-beanutils
diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml
index 24d98061f4..b062028877 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -144,7 +144,6 @@
${pom.groupId}:activeio-core
commons-beanutils:commons-beanutils
commons-collections:commons-collections
- commons-httpclient:commons-httpclient
commons-dbcp:commons-dbcp
commons-pool:commons-pool
commons-codec:commons-codec
@@ -153,6 +152,8 @@
org.slf4j:slf4j-log4j12
log4j:log4j
org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec
+ org.apache.httpcomponents:httpclient
+ org.apache.httpcomponents:httpcore
org.apache.xbean:xbean-spring
org.springframework:spring-aop
org.springframework:spring-asm
diff --git a/assembly/src/main/descriptors/unix-bin.xml b/assembly/src/main/descriptors/unix-bin.xml
index 70b5e2f7fb..da42327a0c 100644
--- a/assembly/src/main/descriptors/unix-bin.xml
+++ b/assembly/src/main/descriptors/unix-bin.xml
@@ -72,6 +72,8 @@
bin/activemq-admin
bin/macosx/activemq
bin/linux-*/activemq
+ example/**/*.sh
+ example/**/*.rb
0755
0755
diff --git a/assembly/src/release/example/perfharness/perfharness-activemq.sh b/assembly/src/release/example/perfharness/perfharness-activemq.sh
index 3d9a001219..afade8d271 100755
--- a/assembly/src/release/example/perfharness/perfharness-activemq.sh
+++ b/assembly/src/release/example/perfharness/perfharness-activemq.sh
@@ -22,7 +22,7 @@
# Sample Usage:
# ./perfharness-activemq.sh -d dynamicQueues/FOO -tc jms.r11.PutGet -nt 6
#
-# It assumes that the apache-activemq-5.0-SNAPSHOT.jar and
+# It assumes that the apache-activemq JAR and
# perfharness.jar files are in the current directory. If they are not,
# set the ACTIVEMQ_HOME and PERFHARNESS_HOME env variable to the correct location.
#
@@ -46,4 +46,4 @@ if [ -z "$BROKER_URL" ] ; then
BROKER_URL='vm://(broker://()/localhost?useJmx=false)/localhost'
fi
-java ${JAVA_OPTIONS} -cp ${ACTIVEMQ_HOME}/apache-activemq-5.0-SNAPSHOT.jar:${PERFHARNESS_HOME}/perfharness.jar JMSPerfHarness -pc JNDI -ii org.apache.activemq.jndi.ActiveMQInitialContextFactory -iu $BROKER_URL -cf ConnectionFactory -d dynamic$DESTINATION $@
+java ${JAVA_OPTIONS} -cp ${ACTIVEMQ_HOME}/apache-activemq-${project.version}.jar:${PERFHARNESS_HOME}/perfharness.jar JMSPerfHarness -pc JNDI -ii org.apache.activemq.jndi.ActiveMQInitialContextFactory -iu $BROKER_URL -cf ConnectionFactory -d dynamic$DESTINATION $@
diff --git a/pom.xml b/pom.xml
index bdd814db61..7412aa3d61 100755
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,7 @@
0.1.8
1.8.0.10
4.2.1
+ 4.2.1
1.9.2
1.9.0
1.0
@@ -828,6 +829,12 @@
${httpclient-version}
+
+ org.apache.httpcomponents
+ httpcore
+ ${httpcore-version}
+
+
aopalliance
aopalliance