Skip to content

Commit

Permalink
Release 2.1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Jun 20, 2018
1 parent edc11c4 commit 4e02c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ge.predix.solsvc</groupId>
<artifactId>timeseries-bootstrap</artifactId>
<version>2.1.81</version>
<version>2.1.82</version>
<packaging>jar</packaging>
<properties>
<!-- Predix-RestClient for Security -->
<predix-websocket-client.version>2.1.62</predix-websocket-client.version>
<predix-websocket-client.version>2.1.63</predix-websocket-client.version>
<ext-model.version>2.4.6</ext-model.version>
<ext-util.version>2.4.6</ext-util.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class DefaultTimeseriesConfig extends DefaultWebSocketConfigForTimeseries
{
private static Logger log = LoggerFactory.getLogger(DefaultTimeseriesConfig.class);

@Value("${predix.timeseries.queryUrl}")
@Value("${predix.timeseries.queryUrl:#{null}}")
private String queryUrl;

/*
Expand Down

0 comments on commit 4e02c0f

Please sign in to comment.