Commit 18baa0e 1 parent 5015cdd commit 18baa0e Copy full SHA for 18baa0e
File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 24
24
<attribute name =" test" value =" true" />
25
25
</attributes >
26
26
</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 >
27
40
<classpathentry kind =" output" path =" target/classes" />
28
41
</classpath >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.zsmartsystems.zigbee</groupId >
5
5
<artifactId >com.zsmartsystems.zigbee.sniffer</artifactId >
6
- <version >1.0.1-SNAPSHOT </version >
6
+ <version >1.0.2 </version >
7
7
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<maven .compiler.source>1.8</maven .compiler.source>
11
11
<maven .compiler.target>1.8</maven .compiler.target>
12
- <zss .version>1.4.13 </zss .version>
12
+ <zss .version>1.4.14 </zss .version>
13
13
</properties >
14
14
15
15
<dependencies >
You can’t perform that action at this time.
0 commit comments