Skip to content

Commit f7438f8

Browse files
authored
4.3.x (#51)
* Version up * Fix incoming string decoding * Pom version
1 parent c0c6dcc commit f7438f8

4 files changed

Lines changed: 673 additions & 673 deletions

File tree

org.openhab.binding.simatic/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>org.openhab.addons.bundles</groupId>
99
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
10-
<version>4.0.1</version>
10+
<version>4.3.0</version>
1111
</parent>
1212

1313
<artifactId>org.openhab.binding.simatic</artifactId>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.simatic-4.0.1">
2+
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.simatic-4.3.0">
33
<feature version="0.0.0">
44
<feature>openhab-runtime-base</feature>
55
<feature>wrap</feature>
6-
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.simatic/4.0.1</bundle>
7-
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.2.1</bundle>
6+
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.simatic/4.3.0</bundle>
7+
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.4.0</bundle>
88
</feature>
99
</features>

0 commit comments

Comments
 (0)