Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Preparation for tag creation (Tag name: '2.4.0.M1').
  • Loading branch information
CloudBees DEV@Cloud committed Aug 15, 2018
1 parent 8b83fa4 commit fc93b50
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion distributions/online-repo/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0.M1</version>
</parent>

<artifactId>online-repo</artifactId>
Expand Down
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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</version>
</parent>

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

<artifactId>addons-esh</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</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.4.0-SNAPSHOT</version>
<version>2.4.0.M1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -4,14 +4,13 @@
<parent>
<groupId>org.openhab</groupId>
<artifactId>pom</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0.M1</version>
<relativePath/>
</parent>

<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<!-- do not delete the version here as it is required by the release process -->
<version>2.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>openHAB Distribution</name>
Expand All @@ -28,7 +27,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>HEAD</tag>
<tag>2.4.0.M1</tag>
</scm>

<issueManagement>
Expand All @@ -50,9 +49,9 @@
<properties>
<online.repo.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}</online.repo.version>

<ohc.version>2.4.0-SNAPSHOT</ohc.version>
<oh2.version>2.4.0-SNAPSHOT</oh2.version>
<oh1.version>1.13.0-SNAPSHOT</oh1.version>
<ohc.version>2.4.0.M1</ohc.version>
<oh2.version>2.4.0.M1</oh2.version>
<oh1.version>1.13.0.M1</oh1.version>

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

0 comments on commit fc93b50

Please sign in to comment.