File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <!-- source & target java version for MQTT Client -->
1111 <maven .compiler.source>1.8</maven .compiler.source>
1212 <maven .compiler.target>1.8</maven .compiler.target>
13- <!-- mqttclient.java.version>1.8</mqttclient.java.version -- >
13+ <mqttclient .java.version>1.8</mqttclient .java.version>
1414 <!-- source & target java version for others modules -->
15- <!-- java.version>1.8</java.version -- >
15+ <java .version>1.8</java .version>
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <build .level>${maven.build.timestamp} </build .level>
1818 <tycho .version>1.7.0</tycho .version>
115115 <plugin >
116116 <groupId >org.apache.maven.plugins</groupId >
117117 <artifactId >maven-compiler-plugin</artifactId >
118- <version >3.5 .1</version >
118+ <version >2.7 .1</version >
119119 <configuration >
120120 <encoding >${project.build.sourceEncoding} </encoding >
121121 <source >${java.version} </source >
You can’t perform that action at this time.
0 commit comments