Skip to content

Commit

Permalink
4.3.x (#51)
Browse files Browse the repository at this point in the history
* Version up

* Fix incoming string decoding

* Pom version
  • Loading branch information
docbender authored Jan 9, 2025
1 parent c0c6dcc commit f7438f8
Show file tree
Hide file tree
Showing 4 changed files with 673 additions and 673 deletions.
8 changes: 4 additions & 4 deletions org.openhab.binding.simatic/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
<version>4.0.1</version>
<version>4.3.0</version>
</parent>

<artifactId>org.openhab.binding.simatic</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions org.openhab.binding.simatic/src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.simatic-4.0.1">
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.simatic-4.3.0">
<feature version="0.0.0">
<feature>openhab-runtime-base</feature>
<feature>wrap</feature>
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.simatic/4.0.1</bundle>
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.2.1</bundle>
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.simatic/4.3.0</bundle>
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.4.0</bundle>
</feature>
</features>
Loading

0 comments on commit f7438f8

Please sign in to comment.