[unleash-maven-plugin] Preparation for next development cycle.

This commit is contained in:
openhab-bot
2022-12-19 00:55:11 +00:00
parent c5b68d0248
commit 7993786dc9
437 changed files with 879 additions and 1757 deletions

View File

@@ -1,6 +1,4 @@
<?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">
<?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>
@@ -11,7 +9,7 @@
<groupId>org.openhab.addons</groupId>
<artifactId>org.openhab.addons.reactor</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -68,7 +66,7 @@
<maven.compiler.target>${oh.java.version}</maven.compiler.target>
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
<ohc.version>3.4.0-SNAPSHOT</ohc.version>
<ohc.version>4.0.0-SNAPSHOT</ohc.version>
<bnd.version>6.4.0</bnd.version>
<commons.net.version>3.9.0</commons.net.version>
<eea.version>2.2.1</eea.version>