Updating pom configuration for adding harmony control.

This commit is contained in:
Admin
2015-10-29 15:59:00 -05:00
parent 203ed0b5d3
commit 59f1db285d
3 changed files with 10 additions and 5 deletions

11
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId> <groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId> <artifactId>ha-bridge</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>HA Bridge</name> <name>HA Bridge</name>
@@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>com.github.bwssytems</groupId> <groupId>com.github.bwssytems</groupId>
<artifactId>harmony-java-client</artifactId> <artifactId>harmony-java-client</artifactId>
<version>1.0.6</version> <version>1.0.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sparkjava</groupId> <groupId>com.sparkjava</groupId>
@@ -55,6 +55,11 @@
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.2.4</version> <version>2.2.4</version>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
@@ -78,7 +83,7 @@
<dependency> <dependency>
<groupId>org.igniterealtime.smack</groupId> <groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-core</artifactId> <artifactId>smack-core</artifactId>
<version>4.0.2</version> <version>4.0.7</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -42,7 +42,7 @@ public class HABridge {
String addressString; String addressString;
BridgeSettings bridgeSettings; BridgeSettings bridgeSettings;
log.info("HA Bridge (v1.0.0) starting setup...."); log.info("HA Bridge (v1.0.1) starting setup....");
//get ip address for upnp requests //get ip address for upnp requests
try { try {
address = InetAddress.getLocalHost(); address = InetAddress.getLocalHost();

View File

@@ -36,7 +36,7 @@
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1"> <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="http://www.bwssystems.com" target="_blank">Developed by BWS Systems</a></li> <li><a href="http://www.bwssystems.com" target="_blank">Developed by BWS Systems</a></li>
<li><a href="http://www.amazon.com/echo" target="_blank">Amazon Echo</a></li> <li><a href="http://www.amazon.com/echo" target="_blank">Amazon Echo</a></li>
<li><a href="">HA Bridge Version 1.0.0</a></li> <li><a href="">HA Bridge Version 1.0.1</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>