Skip to content

Commit

Permalink
Updated FROST-Client-Dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 16, 2024
1 parent 2c24e87 commit 951c744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.EP_DEFINITION;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.EP_DESCRIPTION;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.EP_ENCODINGTYPE;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.EP_NAME;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.NAME_DATASTREAM;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.NAME_FEATUREOFINTEREST;
Expand All @@ -28,7 +29,6 @@
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.NAME_OBSERVEDPROPERTY;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.NAME_SENSOR;
import static de.fraunhofer.iosb.ilt.frostclient.models.CommonProperties.NAME_THING;
import static de.fraunhofer.iosb.ilt.frostclient.models.SensorThingsV11Sensing.EP_ENCODINGTYPE;
import static de.fraunhofer.iosb.ilt.frostclient.models.SensorThingsV11Sensing.EP_FEATURE;
import static de.fraunhofer.iosb.ilt.frostclient.models.SensorThingsV11Sensing.EP_LOCATION;
import static de.fraunhofer.iosb.ilt.frostclient.models.SensorThingsV11Sensing.EP_METADATA;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<sonar.language>java</sonar.language>
<sonar.organization>fraunhofer-iosb</sonar.organization>

<version.FROST-Client-Dynamic>2.15</version.FROST-Client-Dynamic>
<version.FROST-Client-Dynamic>2.17</version.FROST-Client-Dynamic>
<version.annotation-api>1.3.1</version.annotation-api>
<version.commons-csv>1.11.0</version.commons-csv>
<version.commons-io>2.16.1</version.commons-io>
Expand Down

0 comments on commit 951c744

Please sign in to comment.