File tree Expand file tree Collapse file tree
org.eclipse.paho.mqttv5.client.repository
org.eclipse.paho.mqttv5.client
org.eclipse.paho.sample.mqttclient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.eclipse.paho</groupId >
55 <artifactId >java-parent</artifactId >
6- <version >1.2.5-SNAPSHOT </version >
6+ <version >1.2.5</version >
77 </parent >
88
99 <artifactId >org.eclipse.paho.mqttv5.client.repository</artifactId >
10- <version >1.2.5-SNAPSHOT </version >
10+ <version >1.2.5</version >
1111 <packaging >eclipse-repository</packaging >
1212
1313 <name >Paho P2 Repository</name >
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Bundle-SymbolicName: org.eclipse.paho.mqttv5.client
55Bundle-Version : 1.2.5
66Bundle-Localization : bundle
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8- Require-Bundle : org.eclipse.paho.mqttv5.common;bundle-version="1.2.5"
98Export-Package : org.eclipse.paho.mqttv5.client;version="1.2.5"
109Bundle-Vendor : Paho
1110Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 1414 <name >org.eclipse.paho.mqttv5.client</name >
1515 <packaging >eclipse-plugin</packaging >
1616
17- <dependencies >
18- <dependency >
19- <groupId >junit</groupId >
20- <artifactId >junit</artifactId >
21- <version >${junit.version} </version >
22- </dependency >
23- </dependencies >
24-
2517 <build >
2618 <plugins >
2719 <plugin >
6557
6658 <!--
6759 Submit code coverage report to coveralls.io
68- https://coveralls.io/github/ibm-watson-iot/iot-java
6960 See: https://github.com/trautonen/coveralls-maven-plugin
7061 -->
7162 <plugin >
9485 </dependencies >
9586 </plugin >
9687
97- <plugin >
98- <groupId >org.eclipse.tycho</groupId >
99- <artifactId >tycho-maven-plugin</artifactId >
100- </plugin >
101-
102-
10388 <plugin >
10489 <groupId >org.apache.maven.plugins</groupId >
10590 <artifactId >maven-resources-plugin</artifactId >
@@ -194,8 +179,8 @@ aven build itself.-->
194179 </plugin >
195180 </plugins >
196181 </pluginManagement >
197-
198182 </build >
183+ <version >1.2.5</version >
199184</project >
200185
201186
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >org.eclipse.paho</groupId >
4141 <artifactId >org.eclipse.paho.mqttv5.client</artifactId >
42- <version >1.2.5-SNAPSHOT </version >
42+ <version >1.2.5</version >
4343 </dependency >
4444 </dependencies >
4545 <build >
You can’t perform that action at this time.
0 commit comments