Skip to content

Commit

Permalink
Update development cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Herwege <[email protected]>
  • Loading branch information
mherwege committed Dec 23, 2021
1 parent 0f15af8 commit 02b72de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
5 changes: 5 additions & 0 deletions bom/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@
<artifactId>org.openhab.binding.elerotransmitterstick</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.elroconnects</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.energenie</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.elroconnects/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">
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>3.2.0-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</parent>

<artifactId>org.openhab.binding.elroconnects</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

<name>ELRO Connects Binding</name>
<description>This is the binding for the ELRO Connects smart home system.</description>

</binding:binding>
22 changes: 0 additions & 22 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<<<<<<< Upstream, based on origin/main
<<<<<<< Upstream, based on origin/main
<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">

=======
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">

>>>>>>> d402e66 Elro Connects inital commit.
<modelVersion>4.0.0</modelVersion>

<parent>

<groupId>org.openhab.addons</groupId>

<artifactId>org.openhab.addons.reactor</artifactId>
<<<<<<< Upstream, based on upstream/main
<version>3.3.0-SNAPSHOT</version>
=======
<version>3.2.0-SNAPSHOT</version>
=======
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
>>>>>>> 43ac694 Fix pom.xml

<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down

0 comments on commit 02b72de

Please sign in to comment.