Skip to content

Commit

Permalink
Merge pull request #359 from IBMStreams/develop
Browse files Browse the repository at this point in the history
Update of Paho MQTT library and version bump
  • Loading branch information
schubon authored Sep 18, 2019
2 parents 7602bd2 + 67646de commit e170413
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion com.ibm.streamsx.messaging/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<classpathentry exported="true" kind="con" path="com.ibm.streams.java/com.ibm.streams.operator"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="opt/downloaded/lz4-1.3.0.jar"/>
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.0.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="opt/downloaded/geronimo-jms_1.1_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/amqp-client-5.4.3.jar"/>
<classpathentry kind="lib" path="opt/downloaded/snappy-java-1.1.2.6.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka-clients-0.10.2.2.jar"/>
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.2.1.jar"/>
<classpathentry kind="output" path="impl/java/bin"/>
</classpath>
6 changes: 3 additions & 3 deletions com.ibm.streamsx.messaging/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ The following example shows connection specification that contains a &lt;JMS> el
&lt;connection_specification name=&quot;amqConn&quot;>
&lt;JMS initial_context=&quot;org.apache.activemq.jndi.ActiveMQInitialContextFactory&quot;
provider_url = &quot;tcp://machinename.com:61616&quot;
connection_factory = &quot;ConnectionFactory&quot;/>
connection_factory = &quot;ConnectionFactory&quot;
user=&quot;user1&quot;
password=&quot;password1&quot;
password=&quot;password1&quot;/>
&lt;/connection_specification>
&lt;/connection_specifications>

Expand Down Expand Up @@ -684,7 +684,7 @@ The &lt;attribute> element has three possible attributes:
* composite types
* xml
</info:description>
<info:version>5.4.1</info:version>
<info:version>5.4.2</info:version>
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom-kafka-0.10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>5.3.13</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom-kafka-0.9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>5.4.1</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit e170413

Please sign in to comment.