diff options
| -rw-r--r-- | qpid/java/client/README.txt | 2 | ||||
| -rw-r--r-- | qpid/java/ivy.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/client/README.txt b/qpid/java/client/README.txt index 57a98cc978..b9cde71db3 100644 --- a/qpid/java/client/README.txt +++ b/qpid/java/client/README.txt @@ -24,7 +24,7 @@ run more easily. E.g, in order to run the Hello example, you would add the client+example library files to the java classpath and launch the example like follows: -java -cp "lib/qpid-all.jar:example/lib/qpid-client-examples-<version>.jar" \ +java -cp "lib/qpid-all.jar:example/lib/qpid-client-example-<version>.jar" \ org.apache.qpid.example.Hello NOTE: The client uses the SL4FJ API for its logging. You must supply a logging diff --git a/qpid/java/ivy.xml b/qpid/java/ivy.xml index cdffcff458..1399db5248 100644 --- a/qpid/java/ivy.xml +++ b/qpid/java/ivy.xml @@ -18,7 +18,7 @@ <ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> - <info organisation="org/apache" module="qpid" revision="0.10"/> + <info organisation="org/apache" module="qpid" revision="0.13"/> <publications xmlns:e="urn:ant.apache.org:ivy-extras"> <artifact name="qpid-client" type="pom" ext="pom"/> |
