Skip to content

Commit

Permalink
Merge branch 'release/v1.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Dec 7, 2017
2 parents 92656db + c3cbe3c commit fa71912
Show file tree
Hide file tree
Showing 12 changed files with 560 additions and 456 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<url>http://openems.io</url>
<groupId>io.openems</groupId>
<artifactId>edge</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>jar</packaging>
<scm>
<url>https://github.com/OpenEMS/openems</url>
Expand All @@ -25,7 +25,7 @@
<restlet.version>2.3.10</restlet.version>
<odoo-java-api.version>3.0.1</odoo-java-api.version>
<slf4j.version>1.7.25</slf4j.version>
<websocket.version>1.3.4</websocket.version>
<websocket.version>1.3.6</websocket.version>
</properties>
<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<url>http://openems.io</url>
<groupId>io.openems</groupId>
<artifactId>common</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>jar</packaging>
<scm>
<url>https://github.com/OpenEMS/openems</url>
Expand All @@ -23,7 +23,7 @@
<restlet.version>2.3.10</restlet.version>
<odoo-java-api-version>1.1.0.RELEASE</odoo-java-api-version>
<slf4j.version>1.7.25</slf4j.version>
<websocket.version>1.3.4</websocket.version>
<websocket.version>1.3.6</websocket.version>
</properties>
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected abstract void _onMessage(WebSocket websocket, JsonObject jMessage, Opt

@SuppressWarnings("deprecation")
public AbstractWebsocketServer(int port, M sessionManager) {
super(new InetSocketAddress(port), Lists.newArrayList(new Draft_6455(), new Draft_76()));
super(new InetSocketAddress(port), Lists.newArrayList(new Draft_6455()));
this.sessionManager = sessionManager;
}

Expand Down
4 changes: 2 additions & 2 deletions edge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<url>http://openems.io</url>
<groupId>io.openems</groupId>
<artifactId>edge</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>jar</packaging>
<scm>
<url>https://github.com/OpenEMS/openems</url>
Expand All @@ -26,7 +26,7 @@
<restlet.version>2.3.10</restlet.version>
<sdnotify.version>1.1</sdnotify.version>
<slf4j.version>1.7.25</slf4j.version>
<websocket.version>1.3.4</websocket.version>
<websocket.version>1.3.6</websocket.version>
</properties>
<repositories>
<repository>
Expand Down
Loading

0 comments on commit fa71912

Please sign in to comment.