Skip to content

Commit

Permalink
Preparation for tag creation (Tag name: '4.2.2').
Browse files Browse the repository at this point in the history
  • Loading branch information
openhab-bot committed Sep 29, 2024
1 parent 50823ce commit d5cb6c6
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion distributions/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>openhab-addons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>openhab-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab-verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>openhab-verify</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>openhab</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>pom-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>addons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/distro-kar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>distro-kar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>distro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>
<artifactId>pom-features</artifactId>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
<packaging>pom</packaging>

<name>openHAB Distribution</name>
Expand All @@ -30,7 +30,7 @@
<scm>
<connection>scm:git:${scm.gitBaseUrl}/openhab-distro.git</connection>
<developerConnection>scm:git:${scm.gitBaseUrl}/openhab-distro.git</developerConnection>
<tag>4.2.0</tag>
<tag>4.2.2</tag>
<url>https://github.com/openhab/openhab-distro</url>
</scm>

Expand All @@ -56,8 +56,8 @@

<online.repo.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}</online.repo.version>

<ohc.version>4.2.2-SNAPSHOT</ohc.version>
<oha.version>4.2.2-SNAPSHOT</oha.version>
<ohc.version>4.2.2</ohc.version>
<oha.version>4.2.2</oha.version>

<karaf.version>4.4.6</karaf.version>

Expand Down

0 comments on commit d5cb6c6

Please sign in to comment.