Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
splatch committed Jan 30, 2024
1 parent 6893df5 commit 4a0c1c6
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 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.3-SNAPSHOT</version>
<version>4.0.3</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:https://github.com/thingfour/openhab-bom.git</connection>
<developerConnection>scm:git:git@github.com:thingfour/openhab-bom.git</developerConnection>
<url>https://github.com/thingfour/openhab-bom</url>
<tag>4.0.1</tag>
<tag>4.0.3</tag>
</scm>

<issueManagement>
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.3-SNAPSHOT</version>
<version>4.0.3</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.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>test</artifactId>
Expand Down

0 comments on commit 4a0c1c6

Please sign in to comment.