Skip to content

Commit

Permalink
1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
northlander committed Mar 27, 2018
1 parent eae0f7d commit 46e17af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ This way, you can even connect to non ActiveMQ/AMQP brokers. You simply need to
Given you have a truststore and a keystore in JKS format, you can edit your a start script, or run it manually like this.
Note that the -Djavax parameters has to come before -jar.
```
java -Djavax.net.ssl.keyStore=/Users/petter/client.jks -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=/Users/petter/truststore.jks -Djavax.net.ssl.trustStorePassword=password -jar a-1.3.2-jar-with-dependencies.jar -b ssl://example.org:61618 MY.QUEUE
java -Djavax.net.ssl.keyStore=/Users/petter/client.jks -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=/Users/petter/truststore.jks -Djavax.net.ssl.trustStorePassword=password -jar a-1.4.3-jar-with-dependencies.jar -b ssl://example.org:61618 MY.QUEUE
```

## Apply transformations
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.nordlander.a</groupId>
<artifactId>a</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>

<properties>
<activemq.version>5.14.5</activemq.version>
Expand Down

0 comments on commit 46e17af

Please sign in to comment.