Skip to content

Commit

Permalink
Update to openhab 4.0.0.M1.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Jan 30, 2024
1 parent 0a91f01 commit 185eb3e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion compile-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>

<artifactId>compile-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>

<artifactId>compile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion generated/compile-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.thing4.openhab.bom</groupId>
<artifactId>generated</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion generated/compile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.thing4.openhab.bom</groupId>
<artifactId>generated</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion generated/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.thing4.openhab.bom</groupId>
<artifactId>generated</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion generated/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.thing4.openhab.bom</groupId>
<artifactId>generated</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion generated/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.thing4.openhab.bom</groupId>
<artifactId>generated</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>

<artifactId>runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thing4.openhab</groupId>
<artifactId>bom</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>

<artifactId>test</artifactId>
Expand Down

0 comments on commit 185eb3e

Please sign in to comment.