Skip to content

Commit d5cb6c6

Browse files
author
openhab-bot
committed
Preparation for tag creation (Tag name: '4.2.2').
1 parent 50823ce commit d5cb6c6

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

distributions/openhab-addons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openhab.distro</groupId>
77
<artifactId>pom-distributions</artifactId>
8-
<version>4.2.2-SNAPSHOT</version>
8+
<version>4.2.2</version>
99
</parent>
1010

1111
<artifactId>openhab-addons</artifactId>

distributions/openhab-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openhab.distro</groupId>
66
<artifactId>pom-distributions</artifactId>
7-
<version>4.2.2-SNAPSHOT</version>
7+
<version>4.2.2</version>
88
</parent>
99

1010
<artifactId>openhab-demo</artifactId>

distributions/openhab-verify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openhab.distro</groupId>
77
<artifactId>pom-distributions</artifactId>
8-
<version>4.2.2-SNAPSHOT</version>
8+
<version>4.2.2</version>
99
</parent>
1010

1111
<artifactId>openhab-verify</artifactId>

distributions/openhab/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openhab.distro</groupId>
66
<artifactId>pom-distributions</artifactId>
7-
<version>4.2.2-SNAPSHOT</version>
7+
<version>4.2.2</version>
88
</parent>
99

1010
<artifactId>openhab</artifactId>

distributions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openhab.distro</groupId>
66
<artifactId>pom</artifactId>
7-
<version>4.2.2-SNAPSHOT</version>
7+
<version>4.2.2</version>
88
</parent>
99

1010
<artifactId>pom-distributions</artifactId>

features/addons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openhab.distro</groupId>
77
<artifactId>pom-features</artifactId>
8-
<version>4.2.2-SNAPSHOT</version>
8+
<version>4.2.2</version>
99
</parent>
1010

1111
<artifactId>addons</artifactId>

features/distro-kar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openhab.distro</groupId>
77
<artifactId>pom-features</artifactId>
8-
<version>4.2.2-SNAPSHOT</version>
8+
<version>4.2.2</version>
99
</parent>
1010

1111
<artifactId>distro-kar</artifactId>

features/distro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openhab.distro</groupId>
77
<artifactId>pom-features</artifactId>
8-
<version>4.2.2-SNAPSHOT</version>
8+
<version>4.2.2</version>
99
</parent>
1010

1111
<artifactId>distro</artifactId>

features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openhab.distro</groupId>
77
<artifactId>pom</artifactId>
8-
<version>4.2.2-SNAPSHOT</version>
8+
<version>4.2.2</version>
99
</parent>
1010
<artifactId>pom-features</artifactId>
1111

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.openhab.distro</groupId>
1111
<artifactId>pom</artifactId>
12-
<version>4.2.2-SNAPSHOT</version>
12+
<version>4.2.2</version>
1313
<packaging>pom</packaging>
1414

1515
<name>openHAB Distribution</name>
@@ -30,7 +30,7 @@
3030
<scm>
3131
<connection>scm:git:${scm.gitBaseUrl}/openhab-distro.git</connection>
3232
<developerConnection>scm:git:${scm.gitBaseUrl}/openhab-distro.git</developerConnection>
33-
<tag>4.2.0</tag>
33+
<tag>4.2.2</tag>
3434
<url>https://github.com/openhab/openhab-distro</url>
3535
</scm>
3636

@@ -56,8 +56,8 @@
5656

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

59-
<ohc.version>4.2.2-SNAPSHOT</ohc.version>
60-
<oha.version>4.2.2-SNAPSHOT</oha.version>
59+
<ohc.version>4.2.2</ohc.version>
60+
<oha.version>4.2.2</oha.version>
6161

6262
<karaf.version>4.4.6</karaf.version>
6363

0 commit comments

Comments
 (0)