Skip to content

Commit

Permalink
Preparation for tag creation (Tag name: '2.5.5').
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed May 17, 2020
1 parent 6c17f2e commit 330aa63
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion distributions/openhab-addons-legacy/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

<artifactId>openhab-addons-legacy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab-addons/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

<artifactId>openhab-addons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/openhab-verify/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

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

<artifactId>openhab</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributions/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

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

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

<artifactId>distro-kar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/distro-resources/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

<artifactId>distro-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/distro/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-features</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

<artifactId>distro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

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

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

<issueManagement>
Expand All @@ -51,7 +52,7 @@
<online.repo.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}</online.repo.version>

<ohc.version>2.5.0</ohc.version>
<oh2.version>2.5.5-SNAPSHOT</oh2.version>
<oh2.version>2.5.5</oh2.version>
<oh1.version>1.14.0</oh1.version>

<jackson.version>1.9.13</jackson.version>
Expand Down

0 comments on commit 330aa63

Please sign in to comment.