Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Preparation for tag creation (Tag name: '2.4.0.M8').
Browse files Browse the repository at this point in the history
  • Loading branch information
openhab-bot committed Dec 10, 2018
1 parent b0114fa commit 35086a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HABmin User Interface
Bundle-SymbolicName: org.openhab.ui.habmin
Bundle-Version: 2.4.0.qualifier
Bundle-Version: 2.4.0.M8
Bundle-Vendor: cd-jackson.com
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: io.swagger.annotations;resolution:=optional,
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@
<parent>
<groupId>org.openhab</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0.M8</version>
<relativePath/>
</parent>

<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.habmin</artifactId>
<!-- do not delete the version here as it is required by the release process -->
<version>2.4.0-SNAPSHOT</version>
<name>HABmin User Interface</name>

<packaging>eclipse-plugin</packaging>

<properties>
<ohc.version>2.4.0-SNAPSHOT</ohc.version>
<ohc.version>2.4.0.M8</ohc.version>
<report.fail.on.error>false</report.fail.on.error>
</properties>

<scm>
<connection>scm:git:${scm.gitBaseUrl}/org.openhab.ui.habmin.git</connection>
<developerConnection>scm:git:${scm.gitBaseUrl}/org.openhab.ui.habmin.git</developerConnection>
<url>https://github.com/openhab/org.openhab.ui.habmin</url>
<tag>HEAD</tag>
<tag>2.4.0.M8</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 35086a8

Please sign in to comment.