File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <attribute name =" test" value =" true" />
2525 </attributes >
2626 </classpathentry >
27+ <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
28+ <attributes >
29+ <attribute name =" maven.pomderived" value =" true" />
30+ <attribute name =" optional" value =" true" />
31+ </attributes >
32+ </classpathentry >
33+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
34+ <attributes >
35+ <attribute name =" maven.pomderived" value =" true" />
36+ <attribute name =" test" value =" true" />
37+ <attribute name =" optional" value =" true" />
38+ </attributes >
39+ </classpathentry >
2740 <classpathentry kind =" output" path =" target/classes" />
2841</classpath >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.zsmartsystems.zigbee</groupId >
55 <artifactId >com.zsmartsystems.zigbee.sniffer</artifactId >
6- <version >1.0.1-SNAPSHOT </version >
6+ <version >1.0.2 </version >
77
88 <properties >
99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1010 <maven .compiler.source>1.8</maven .compiler.source>
1111 <maven .compiler.target>1.8</maven .compiler.target>
12- <zss .version>1.4.13 </zss .version>
12+ <zss .version>1.4.14 </zss .version>
1313 </properties >
1414
1515 <dependencies >
You can’t perform that action at this time.
0 commit comments