Updated handling for use upnp iface and start color upgrades

This commit is contained in:
BWS Systems
2019-09-24 16:07:36 -05:00
parent 51c6ffc48a
commit bddc7c1c31
5 changed files with 218 additions and 199 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.3.0</version>
<version>5.3.0a</version>
<packaging>jar</packaging>
<name>HA Bridge</name>
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -196,7 +196,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<configuration>
<skipTests>true</skipTests>
<skipTests>false</skipTests>
</configuration>
</plugin>
<plugin>