diff --git a/open-weather-connector-demo/pom.xml b/open-weather-connector-demo/pom.xml index 438e438..fc635b5 100644 --- a/open-weather-connector-demo/pom.xml +++ b/open-weather-connector-demo/pom.xml @@ -7,7 +7,7 @@ iar 12.0.0 - UTF-8 + UTF-8 diff --git a/open-weather-connector-test/pom.xml b/open-weather-connector-test/pom.xml index 5280ecd..2962f9b 100644 --- a/open-weather-connector-test/pom.xml +++ b/open-weather-connector-test/pom.xml @@ -7,7 +7,7 @@ iar 12.0.0 - UTF-8 + UTF-8 12.0.0 diff --git a/open-weather-connector/config/variables.yaml b/open-weather-connector/config/variables.yaml index a6aa737..2601806 100644 --- a/open-weather-connector/config/variables.yaml +++ b/open-weather-connector/config/variables.yaml @@ -2,8 +2,8 @@ Variables: openWeatherConnector: # Open Weather Data endpoint - weatherDataUrl: "" + weatherDataUrl: 'https://api.openweathermap.org/data/2.5' # Open Weather Geo endpoint - weatherGeoUrl: "" + weatherGeoUrl: 'https://api.openweathermap.org/geo/1.0' # Your Open Weather connector Application Client ID - appId: "" + appId: '' diff --git a/open-weather-connector/pom.xml b/open-weather-connector/pom.xml index 0483585..f6e37d6 100644 --- a/open-weather-connector/pom.xml +++ b/open-weather-connector/pom.xml @@ -7,7 +7,7 @@ iar 12.0.0 - UTF-8 + UTF-8