Skip to content

Commit 7a69561

Browse files
Prepare for OH 5.1.0 (#1772)
* Fix spotless after unleash * Resolve itest runbundles Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent f02d2f3 commit 7a69561

12 files changed

Lines changed: 87 additions & 67 deletions

File tree

distributions/openhab-addons/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

distributions/openhab-demo/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>

distributions/openhab-verify/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

distributions/openhab/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>

distributions/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>

features/addons/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

features/distro-kar/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

features/distro/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

features/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

launch/app/app.bndrun

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -240,61 +240,61 @@ feature.openhab-model-runtime-all: \
240240
tech.units.indriya;version='[2.2.2,2.2.3)',\
241241
uom-lib-common;version='[2.2.0,2.2.1)',\
242242
xstream;version='[1.4.21,1.4.22)',\
243-
org.openhab.core;version='[5.0.0,5.0.1)',\
244-
org.openhab.core.addon;version='[5.0.0,5.0.1)',\
245-
org.openhab.core.addon.eclipse;version='[5.0.0,5.0.1)',\
246-
org.openhab.core.addon.marketplace;version='[5.0.0,5.0.1)',\
247-
org.openhab.core.audio;version='[5.0.0,5.0.1)',\
248-
org.openhab.core.auth.jaas;version='[5.0.0,5.0.1)',\
249-
org.openhab.core.automation;version='[5.0.0,5.0.1)',\
250-
org.openhab.core.automation.module.media;version='[5.0.0,5.0.1)',\
251-
org.openhab.core.automation.module.script;version='[5.0.0,5.0.1)',\
252-
org.openhab.core.automation.module.script.rulesupport;version='[5.0.0,5.0.1)',\
253-
org.openhab.core.automation.rest;version='[5.0.0,5.0.1)',\
254-
org.openhab.core.config.core;version='[5.0.0,5.0.1)',\
255-
org.openhab.core.config.discovery;version='[5.0.0,5.0.1)',\
256-
org.openhab.core.config.discovery.addon;version='[5.0.0,5.0.1)',\
257-
org.openhab.core.config.dispatch;version='[5.0.0,5.0.1)',\
258-
org.openhab.core.ephemeris;version='[5.0.0,5.0.1)',\
259-
org.openhab.core.id;version='[5.0.0,5.0.1)',\
260-
org.openhab.core.io.console;version='[5.0.0,5.0.1)',\
261-
org.openhab.core.io.console.rfc147;version='[5.0.0,5.0.1)',\
262-
org.openhab.core.io.http;version='[5.0.0,5.0.1)',\
263-
org.openhab.core.io.http.auth;version='[5.0.0,5.0.1)',\
264-
org.openhab.core.io.monitor;version='[5.0.0,5.0.1)',\
265-
org.openhab.core.io.net;version='[5.0.0,5.0.1)',\
266-
org.openhab.core.io.rest;version='[5.0.0,5.0.1)',\
267-
org.openhab.core.io.rest.auth;version='[5.0.0,5.0.1)',\
268-
org.openhab.core.io.rest.core;version='[5.0.0,5.0.1)',\
269-
org.openhab.core.io.rest.sitemap;version='[5.0.0,5.0.1)',\
270-
org.openhab.core.io.rest.sse;version='[5.0.0,5.0.1)',\
271-
org.openhab.core.io.rest.swagger;version='[5.0.0,5.0.1)',\
272-
org.openhab.core.io.rest.transform;version='[5.0.0,5.0.1)',\
273-
org.openhab.core.io.rest.ui;version='[5.0.0,5.0.1)',\
274-
org.openhab.core.io.websocket;version='[5.0.0,5.0.1)',\
275-
org.openhab.core.model.core;version='[5.0.0,5.0.1)',\
276-
org.openhab.core.model.item;version='[5.0.0,5.0.1)',\
277-
org.openhab.core.model.item.runtime;version='[5.0.0,5.0.1)',\
278-
org.openhab.core.model.persistence;version='[5.0.0,5.0.1)',\
279-
org.openhab.core.model.persistence.runtime;version='[5.0.0,5.0.1)',\
280-
org.openhab.core.model.rule;version='[5.0.0,5.0.1)',\
281-
org.openhab.core.model.rule.runtime;version='[5.0.0,5.0.1)',\
282-
org.openhab.core.model.script;version='[5.0.0,5.0.1)',\
283-
org.openhab.core.model.script.runtime;version='[5.0.0,5.0.1)',\
284-
org.openhab.core.model.sitemap;version='[5.0.0,5.0.1)',\
285-
org.openhab.core.model.sitemap.runtime;version='[5.0.0,5.0.1)',\
286-
org.openhab.core.model.thing;version='[5.0.0,5.0.1)',\
287-
org.openhab.core.model.thing.runtime;version='[5.0.0,5.0.1)',\
288-
org.openhab.core.persistence;version='[5.0.0,5.0.1)',\
289-
org.openhab.core.semantics;version='[5.0.0,5.0.1)',\
290-
org.openhab.core.storage.json;version='[5.0.0,5.0.1)',\
291-
org.openhab.core.thing;version='[5.0.0,5.0.1)',\
292-
org.openhab.core.transform;version='[5.0.0,5.0.1)',\
293-
org.openhab.core.ui;version='[5.0.0,5.0.1)',\
294-
org.openhab.core.ui.icon;version='[5.0.0,5.0.1)',\
295-
org.openhab.core.voice;version='[5.0.0,5.0.1)',\
296-
org.openhab.ui;version='[5.0.0,5.0.1)',\
297-
org.openhab.ui.basic;version='[5.0.0,5.0.1)',\
298-
org.openhab.ui.iconset.classic;version='[5.0.0,5.0.1)',\
243+
org.openhab.core;version='[5.1.0,5.1.1)',\
244+
org.openhab.core.addon;version='[5.1.0,5.1.1)',\
245+
org.openhab.core.addon.eclipse;version='[5.1.0,5.1.1)',\
246+
org.openhab.core.addon.marketplace;version='[5.1.0,5.1.1)',\
247+
org.openhab.core.audio;version='[5.1.0,5.1.1)',\
248+
org.openhab.core.auth.jaas;version='[5.1.0,5.1.1)',\
249+
org.openhab.core.automation;version='[5.1.0,5.1.1)',\
250+
org.openhab.core.automation.module.media;version='[5.1.0,5.1.1)',\
251+
org.openhab.core.automation.module.script;version='[5.1.0,5.1.1)',\
252+
org.openhab.core.automation.module.script.rulesupport;version='[5.1.0,5.1.1)',\
253+
org.openhab.core.automation.rest;version='[5.1.0,5.1.1)',\
254+
org.openhab.core.config.core;version='[5.1.0,5.1.1)',\
255+
org.openhab.core.config.discovery;version='[5.1.0,5.1.1)',\
256+
org.openhab.core.config.discovery.addon;version='[5.1.0,5.1.1)',\
257+
org.openhab.core.config.dispatch;version='[5.1.0,5.1.1)',\
258+
org.openhab.core.ephemeris;version='[5.1.0,5.1.1)',\
259+
org.openhab.core.id;version='[5.1.0,5.1.1)',\
260+
org.openhab.core.io.console;version='[5.1.0,5.1.1)',\
261+
org.openhab.core.io.console.rfc147;version='[5.1.0,5.1.1)',\
262+
org.openhab.core.io.http;version='[5.1.0,5.1.1)',\
263+
org.openhab.core.io.http.auth;version='[5.1.0,5.1.1)',\
264+
org.openhab.core.io.monitor;version='[5.1.0,5.1.1)',\
265+
org.openhab.core.io.net;version='[5.1.0,5.1.1)',\
266+
org.openhab.core.io.rest;version='[5.1.0,5.1.1)',\
267+
org.openhab.core.io.rest.auth;version='[5.1.0,5.1.1)',\
268+
org.openhab.core.io.rest.core;version='[5.1.0,5.1.1)',\
269+
org.openhab.core.io.rest.sitemap;version='[5.1.0,5.1.1)',\
270+
org.openhab.core.io.rest.sse;version='[5.1.0,5.1.1)',\
271+
org.openhab.core.io.rest.swagger;version='[5.1.0,5.1.1)',\
272+
org.openhab.core.io.rest.transform;version='[5.1.0,5.1.1)',\
273+
org.openhab.core.io.rest.ui;version='[5.1.0,5.1.1)',\
274+
org.openhab.core.io.websocket;version='[5.1.0,5.1.1)',\
275+
org.openhab.core.model.core;version='[5.1.0,5.1.1)',\
276+
org.openhab.core.model.item;version='[5.1.0,5.1.1)',\
277+
org.openhab.core.model.item.runtime;version='[5.1.0,5.1.1)',\
278+
org.openhab.core.model.persistence;version='[5.1.0,5.1.1)',\
279+
org.openhab.core.model.persistence.runtime;version='[5.1.0,5.1.1)',\
280+
org.openhab.core.model.rule;version='[5.1.0,5.1.1)',\
281+
org.openhab.core.model.rule.runtime;version='[5.1.0,5.1.1)',\
282+
org.openhab.core.model.script;version='[5.1.0,5.1.1)',\
283+
org.openhab.core.model.script.runtime;version='[5.1.0,5.1.1)',\
284+
org.openhab.core.model.sitemap;version='[5.1.0,5.1.1)',\
285+
org.openhab.core.model.sitemap.runtime;version='[5.1.0,5.1.1)',\
286+
org.openhab.core.model.thing;version='[5.1.0,5.1.1)',\
287+
org.openhab.core.model.thing.runtime;version='[5.1.0,5.1.1)',\
288+
org.openhab.core.persistence;version='[5.1.0,5.1.1)',\
289+
org.openhab.core.semantics;version='[5.1.0,5.1.1)',\
290+
org.openhab.core.storage.json;version='[5.1.0,5.1.1)',\
291+
org.openhab.core.thing;version='[5.1.0,5.1.1)',\
292+
org.openhab.core.transform;version='[5.1.0,5.1.1)',\
293+
org.openhab.core.ui;version='[5.1.0,5.1.1)',\
294+
org.openhab.core.ui.icon;version='[5.1.0,5.1.1)',\
295+
org.openhab.core.voice;version='[5.1.0,5.1.1)',\
296+
org.openhab.ui;version='[5.1.0,5.1.1)',\
297+
org.openhab.ui.basic;version='[5.1.0,5.1.1)',\
298+
org.openhab.ui.iconset.classic;version='[5.1.0,5.1.1)',\
299299
de.focus_shift.jollyday-core;version='[1.5.4,1.5.5)',\
300300
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)'

0 commit comments

Comments
 (0)