Skip to content

Commit

Permalink
0.19.4
Browse files Browse the repository at this point in the history
sdk update
  • Loading branch information
d-shapiro committed Nov 12, 2019
1 parent e6aa333 commit b137f04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java-library'
mainClassName = 'org.dsa.iot.etsdb.Main'
sourceCompatibility = 1.7
targetCompatibility = 1.7
version = '0.19.3'
version = '0.19.4'

repositories {
mavenLocal()
Expand All @@ -21,9 +21,9 @@ wrapper {

dependencies {
compileOnly 'com.google.code.findbugs:annotations:[3.0.1,)'
api 'org.iot-dsa:commons:0.20.1'
api 'org.iot-dsa:dslink:0.20.1'
api 'org.iot-dsa:historian:0.20.1'
api 'org.iot-dsa:commons:0.23.1'
api 'org.iot-dsa:dslink:0.23.1'
api 'org.iot-dsa:historian:0.23.1'
}

run {
Expand Down
2 changes: 1 addition & 1 deletion dslink.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dslink-java-etsdb",
"version": "0.19.3",
"version": "0.19.4",
"description": "Historian DSLink implementation for ETSDB",
"license": "Apache",
"author": {
Expand Down

0 comments on commit b137f04

Please sign in to comment.