Skip to content

Commit 18baa0e

Browse files
committed
Bump ZSS to 1.4.14 and version to 1.0.2
Signed-off-by: Chris Jackson <[email protected]>
1 parent 5015cdd commit 18baa0e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.classpath

+13
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,18 @@
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>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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>

0 commit comments

Comments
 (0)