Skip to content

Commit 7740551

Browse files
author
Ian Craggs
committed
Remove MQTT V5 components from release
1 parent 07755c4 commit 7740551

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
<artifactId>maven-source-plugin</artifactId>
117117
<version>3.0.1</version>
118118
</plugin>
119+
<plugin>
120+
<groupId>org.apache.maven.plugins</groupId>
121+
<artifactId>maven-release-plugin</artifactId>
122+
<version>2.5.3</version>
123+
</plugin>
119124
<plugin>
120125
<groupId>org.apache.maven.plugins</groupId>
121126
<artifactId>maven-deploy-plugin</artifactId>
@@ -317,8 +322,5 @@
317322
<module>org.eclipse.paho.client.mqttv3.test</module>
318323
<module>org.eclipse.paho.client.mqttv3.repository</module>
319324
<module>org.eclipse.paho.sample.utility</module>
320-
<module>org.eclipse.paho.mqttv5.common</module>
321-
<module>org.eclipse.paho.mqttv5.client</module>
322-
<module>org.eclipse.paho.mqttv5.client.test</module>
323325
</modules>
324326
</project>

0 commit comments

Comments
 (0)